Skip to content

Commit

Permalink
Merge pull request #89 from ValgulNecron/ValgulNecron-patch-1
Browse files Browse the repository at this point in the history
Update docker-image-dev.yml
  • Loading branch information
ValgulNecron committed Nov 2, 2023
2 parents 8441388 + 057663d commit 7daeb94
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-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64/v8, linux/arm/v7, linux/386
tags: valgul/kasuki:dev
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/kasuki:dev
cache-from: type=gha
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64
tags: valgul/kasuki:latest
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/kasuki:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 7daeb94

Please sign in to comment.