Skip to content

Commit

Permalink
Merge pull request #90 from Gabisonfire/fix/ga-workflow-latest-tags
Browse files Browse the repository at this point in the history
Try to fix GitHub action workflow (see #87)
  • Loading branch information
Gabisonfire authored Feb 20, 2024
2 parents 9ca14c8 + 434c408 commit 4d862db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
flavor: |
latest=auto
tags: |
type=edge,branch=main,commit=${{ github.sha }}
type=edge,branch=master,commit=${{ github.sha }}
type=sha,commit=${{ github.sha }}
type=raw,value=latest,enable={{is_default_branch}}
- name: Build image for scanning ${{ matrix.image_name }}
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 4d862db

Please sign in to comment.