Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rechner authored Aug 16, 2024
1 parent 9b5cfbd commit 8fa0eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: echo "docker_tag=$(echo ${GITHUB_REF} | cut -d'/' -f3)-${GITHUB_SHA}" >> $GITHUB_OUTPUT

- name: Build the Docker image
run: docker build . --file Dockerfile --tag glitchtip-apprise:${{ steps.vars.outputs.docker_tag }}
run: docker build . --file Dockerfile --tag ghcr.io/furthemore/glitchtip-apprise:${{ steps.vars.outputs.docker_tag }}

- name: Tag latest
run: docker tag glitchtip-apprise:${{ steps.vars.outputs.docker_tag }} glitchtip-apprise:latest
run: docker tag ghcr.io/furthemore/glitchtip-apprise:${{ steps.vars.outputs.docker_tag }} ghcr.io/furthemore/glitchtip-apprise:latest

- name: Push docker image
run: docker push --all-tags ghcr.io/furthemore/glitchtip-apprise

0 comments on commit 8fa0eba

Please sign in to comment.