Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
rm not working tagging for docker images
  • Loading branch information
mroxso authored Feb 9, 2024
1 parent b069b79 commit 60380c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
images: ${{ env.REGISTRY_NAME }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=branch,value=${{ github.ref_slug }},enable=!{{is_default_branch}}
- name: Building And Pushing Image
id: docker_build
Expand Down

0 comments on commit 60380c4

Please sign in to comment.