Skip to content

Commit

Permalink
Update maven-make-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lindvarl authored Jun 20, 2024
1 parent 3fcf90a commit d962b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-make-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
install: true

- name: Docker
- name: Docker ${{inputs.DOCKER_REGISTRY}}/${{inputs.IMAGE_NAME}}:${{ inputs.IMAGE_TAG }}
run: |
docker buildx build --platform linux/amd64,linux/arm64 . -f das-producer/Dockerfile -t ${{inputs.DOCKER_REGISTRY}}/${{inputs.IMAGE_NAME}}:${{ inputs.IMAGE_TAG }} --push
Expand Down

0 comments on commit d962b22

Please sign in to comment.