Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela committed Oct 26, 2023
1 parent 297e049 commit 211d77c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
show-progress: false
repository: MaaAssistantArknights/containers

- run: ls -lh .

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
Expand Down Expand Up @@ -59,10 +61,11 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: dockerfile/MaaS3Jenkins/base/Dockerfile
file: ./dockerfile/MaaS3Jenkins/base/Dockerfile
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false
push: true

0 comments on commit 211d77c

Please sign in to comment.