Skip to content

Commit

Permalink
Testing tag again
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff committed Oct 21, 2023
1 parent d80fc33 commit e625a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
with:
context: .
load: true
tags: "${{ steps.meta.outputs.tags[0] }}-test"
tags: "${{ fromJSON(steps.meta.outputs.json).tags[0] }}-test"

- name: Test Docker image
run: |
cd tests
docker run --rm "${{ steps.meta.outputs.tags[0] }}-test"
docker run --rm "${{ fromJSON(steps.meta.outputs.json).tags[0] }}-test"
# This step uses the docker/build-push-action action to build the image, based on your repository's Dockerfile.
# It uses the context parameter to define the build's context as the set of files located in the specified path.
Expand Down

0 comments on commit e625a4b

Please sign in to comment.