Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
rming docker appended
  • Loading branch information
toniher authored Aug 25, 2023
1 parent 2018d87 commit 6a243d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
push: true
tags: |
${{ secrets.DOCKERHUB_ACCOUNT }}/${{env.DOCKER_IMAGE_TAG}}:${{ env.DOCKER_IMAGE_BRANCH }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/docker-${{env.DOCKER_IMAGE_TAG}}:${{ env.DOCKER_IMAGE_BRANCH }}
ghcr.io/${{ github.repository_owner }}/${{env.DOCKER_IMAGE_TAG}}:${{ env.DOCKER_IMAGE_BRANCH }}
if: ${{ matrix.branch != 'buster' }} # Non default branch
- name: Push Docker
uses: docker/build-push-action@v3
Expand All @@ -73,6 +73,6 @@ jobs:
tags: |
${{ secrets.DOCKERHUB_ACCOUNT }}/${{env.DOCKER_IMAGE_TAG}}:${{ env.DOCKER_IMAGE_BRANCH }}
${{ secrets.DOCKERHUB_ACCOUNT }}/${{env.DOCKER_IMAGE_TAG}}:latest
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/docker-${{env.DOCKER_IMAGE_TAG}}:${{ env.DOCKER_IMAGE_BRANCH }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/docker-${{env.DOCKER_IMAGE_TAG}}:latest
ghcr.io/${{ github.repository_owner }}/${{env.DOCKER_IMAGE_TAG}}:${{ env.DOCKER_IMAGE_BRANCH }}
ghcr.io/${{ github.repository_owner }}/${{env.DOCKER_IMAGE_TAG}}:latest
if: ${{ matrix.branch == 'buster' }} # Default branch

0 comments on commit 6a243d3

Please sign in to comment.