Merge branch 'main' of github.com:junkurihara/rust-rpxy

This commit is contained in:
Jun Kurihara 2023-02-01 15:49:38 +09:00
commit 487738dde6

View file

@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push x86_64 - name: Build and push x86_64
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
context: . context: .
push: true push: true
@ -35,7 +35,7 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}:latest ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}:latest
file: ./docker/amd64/Dockerfile file: ./docker/amd64/Dockerfile
- name: Build and push x86_64-slim - name: Build and push x86_64-slim
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
context: . context: .
push: true push: true