This commit is contained in:
@@ -25,17 +25,5 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ vars.GH_USERNAME }}
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Build and Push Docker images
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: all
|
||||
tags: ${{ env.DOCKERHUB_REPO }}:${{ env.VERSION }}, ${{ env.DOCKERHUB_REPO }}:latest
|
||||
file: Dockerfile
|
||||
push: true
|
||||
- name: Test
|
||||
run: docker run -it --rm --privileged tonistiigi/binfmt --install all
|
||||
|
Reference in New Issue
Block a user