Skip to content

Commit

Permalink
Test Docker Image tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
isontheline committed Jun 6, 2024
1 parent c449e37 commit 528bba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=tag
type=raw,value=${{ github.ref_name }},enable=true
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 528bba4

Please sign in to comment.