Test6
Some checks failed
Docker Build and Publish / build (push) Failing after 18s

This commit is contained in:
2025-07-07 19:26:59 +05:30
parent 5f2bd6b925
commit 706db0bcba

View File

@@ -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