Skip to content

Commit

Permalink
Fix tagging in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Apr 16, 2021
1 parent d541f02 commit 0cf5b9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ jobs:
file: ./Dockerfile
platforms: ${{ env.DOCKER_BUILDX_PLATFORMS }}
push: true
tags:
- ${{ env.CONTAINER_IMAGE_LATEST_TAG }}
- ${{ env.CONTAINER_IMAGE_RELEASE_TAG }}
tags: ${{ env.CONTAINER_IMAGE_LATEST_TAG }},${{ env.CONTAINER_IMAGE_RELEASE_TAG }}
- name: Test the latest container image
shell: bash
run: docker run ${{ env.CONTAINER_IMAGE_LATEST_TAG }}
Expand Down

0 comments on commit 0cf5b9f

Please sign in to comment.