Skip to content

Commit

Permalink
update docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Nov 17, 2023
1 parent 1655eea commit 80cbe8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v3
with:
platforms: linux/amd64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/hastructure:dev
secrets: |
GIT_AUTH_TOKEN=${{ secrets.MYTOKEN }}
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/hastructure:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/hastructure:buildcache,mode=max

0 comments on commit 80cbe8f

Please sign in to comment.