Skip to content

Commit

Permalink
fix: format tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mischavandenburg committed Apr 30, 2024
1 parent 5d8e78d commit 2273441
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# loops over all images in the matrix defined on top

- name: Build and push
uses: docker/build-push-action@v5
with:
context: ${{ matrix.path }}
platforms: linux/amd64
tags: ${{ steps.semver.outputs.next }}
tags: ${{ matrix.image }}:${{ steps.semver.outputs.next }}
file: ${{ matrix.dockerfile }}
push: true
env:
DOCKER_BUILDKIT: 0
# env:
# DOCKER_BUILDKIT: 0

0 comments on commit 2273441

Please sign in to comment.