Skip to content

Commit

Permalink
test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
manios committed Nov 19, 2023
1 parent 11cd83f commit 0d39b92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
name: Docker Buildx (build and cache)
run: |
ls -l
docker images
docker buildx build \
--progress plain \
--cache-from "type=local,src=/tmp/.buildx-cache" \
Expand All @@ -98,6 +99,7 @@ jobs:
echo "== This branch is : ${GITHUB_REF}"
echo "Will push image manios/nagios:${{ env.action_mytag }} to DockerHub"
ls -l .
docker images
docker buildx build \
--progress plain \
--cache-from "type=local,src=/tmp/.buildx-cache" \
Expand Down

0 comments on commit 0d39b92

Please sign in to comment.