Skip to content

Commit

Permalink
ci: docker use metadata tags for image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Nov 24, 2023
1 parent 10cb9da commit 74988a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: help
run: |
docker run ${{ env.IMAGE_NAME }}:$DOCKER_METADATA_OUTPUT_VERSION rebar --help
docker run ${{ steps.meta.outputs.tags }} rebar --help
- name: upload image artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 74988a1

Please sign in to comment.