fix
This commit is contained in:
@ -28,8 +28,8 @@ jobs:
|
||||
|
||||
build-and-release-image:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
# container:
|
||||
# image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
needs: build-portfolio-website
|
||||
if: success()
|
||||
steps:
|
||||
@ -38,8 +38,13 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # all history for all branches and tags
|
||||
|
||||
- name: Set up QEMU (for cross-platform support)
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: docker-container
|
||||
|
||||
- name: Login to Docker registry
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user