Skip to content

Commit

Permalink
documentation was unclear.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 8, 2024
1 parent 6772448 commit 8f587f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=push
type=ref,event=push tag
type=ref,event=workflow_dispatch
type=ref,event=branch
type=ref,event=tag
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 8f587f7

Please sign in to comment.