failed, trying ubuntu 22

This commit is contained in:
Xuan Son Nguyen 2025-01-28 22:58:42 +01:00
parent 0eeb9fad0e
commit cb0037d8ed

View file

@ -28,7 +28,7 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
COMMIT_SHA: ${{ github.sha }}
strategy:
@ -51,8 +51,6 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v8.1.5
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3