Skip to content

Commit

Permalink
Update github-action-molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
iamenr0s authored May 8, 2024
1 parent fc60fcf commit 6c20990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-action-molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/amd64,linux/arm64/v8 \
--output "type=image,push=false" \
--tag enros/github-action-molecule:latest \
--tag iamenr0s/github-action-molecule:latest \
--file ./docker_builds/github-action-molecule/Dockerfile \
./docker_builds/github-action-molecule/
-
Expand All @@ -55,13 +55,13 @@ jobs:
--cache-from "type=local,src=/tmp/.buildx-cache" \
--platform linux/amd64,linux/arm64/v8 \
--output "type=image,push=true" \
--tag enros/github-action-molecule:latest \
--tag iamenr0s/github-action-molecule:latest \
--file ./docker_builds/github-action-molecule/Dockerfile \
./docker_builds/github-action-molecule/
-
name: Docker Check Manifest
run: |
docker run --rm mplatform/mquery enros/github-action-molecule:latest
docker run --rm mplatform/mquery iamenr0s/github-action-molecule:latest
-
name: Clear
if: always()
Expand Down

0 comments on commit 6c20990

Please sign in to comment.