Skip to content

Commit

Permalink
feat: build and push new prebuilt docker image (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Dec 6, 2022
1 parent 60b1f44 commit 8aac693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker-image.yml
Expand Up @@ -14,7 +14,6 @@ permissions:

env:
IMAGE_NAME: ${{ github.repository }}
IMAGE_TAG: ${{ github.sha }}
REGISTRY: ghcr.io

jobs:
Expand Down Expand Up @@ -52,7 +51,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -9,7 +9,7 @@ on:
- master

jobs:
build:
bump-version:
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 8aac693

Please sign in to comment.