Skip to content

Commit

Permalink
Switch to loafoe
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jul 19, 2022
1 parent c5faa61 commit 3b9560f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: philipslabs/hsdp-task-s3mirror:latest
tags: loafoe/hsdp-task-s3mirror:latest
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion .github/workflows/docker_tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: philipslabs/hsdp-task-s3mirror:${{ steps.vars.outputs.tag }}
tags: loafoe/hsdp-task-s3mirror:${{ steps.vars.outputs.tag }}
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 3b9560f

Please sign in to comment.