Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ngruelaneo committed May 3, 2024
1 parent abfbce3 commit 014a748
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY_IMAGE }}
# - name: Docker meta
# id: meta
# uses: docker/metadata-action@v4
# with:
# images: ${{ env.REGISTRY_IMAGE }}

- name: Build and push
uses: docker/build-push-action@v5
Expand All @@ -124,7 +124,8 @@ jobs:
provenance: mode=max
sbom: true
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: $VERSION
# tags: ${{ steps.meta.outputs.tags }}


testEndToEnd:
Expand Down

0 comments on commit 014a748

Please sign in to comment.