Skip to content

Commit

Permalink
more attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwainston committed Apr 5, 2024
1 parent a84c4e3 commit 4719fc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ jobs:
name: Build and push git hash
uses: docker/build-push-action@v5
with:
ssh: default
build-args: SSH_PRIVATE_KEY=${{ secrets.SSH_GITHUB_PPK }}
push: true
tags: nickswainston/meerpipe:${{ github.sha }}
-
name: Build and push latest
uses: docker/build-push-action@v5
with:
ssh: default
build-args: SSH_PRIVATE_KEY=${{ secrets.SSH_GITHUB_PPK }}
push: true
tags: nickswainston/meerpipe:latest
Expand All @@ -54,7 +52,6 @@ jobs:
uses: docker/build-push-action@v5
if: github.event_name == 'release'
with:
ssh: default
build-args: SSH_PRIVATE_KEY=${{ secrets.SSH_GITHUB_PPK }}
push: true
tags: nickswainston/meerpipe:${{ github.ref_name }}

0 comments on commit 4719fc6

Please sign in to comment.