Skip to content

Commit

Permalink
ci(gh-actions): fix workflow to build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Oct 28, 2024
1 parent cbb23b9 commit 001342e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
platforms: linux/arm64,linux/amd64
tags: ${{ matrix.docker.repo }}:git-${{ github.sha }}
file: ${{ matrix.docker.dockerfile }}
build-args: COMMIT=git-${{ github.sha }}

tag:
name: tag (${{ matrix.docker.repo }})
Expand Down

0 comments on commit 001342e

Please sign in to comment.