Skip to content

Commit

Permalink
Update .github/actions/docker-build/action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kpango authored Dec 6, 2023
1 parent 826f9d3 commit 4ecf144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ runs:
id: build_and_push
run: |
make \
DOCKER="docker buildx" \
DOCKER="docker" \
DOCKER_OPTS="--platform ${PLATFORMS} --builder ${BUILDER} ${LABEL_OPTS} --label org.opencontainers.image.version=${PRIMARY_TAG} --label org.opencontainers.image.title=${TARGET}" \
EXTRA_TAGS="${EXTRA_TAGS}" \
TAG="${PRIMARY_TAG}" \
Expand Down

0 comments on commit 4ecf144

Please sign in to comment.