1 parent 1a290b1 commit 5969badCopy full SHA for 5969bad
1 file changed
.github/workflows/0ctf2025-springduck.yaml
@@ -21,10 +21,12 @@ jobs:
21
password: ${{ secrets.GITHUB_TOKEN }}
22
- name: Set up Docker Buildx
23
uses: docker/setup-buildx-action@v3
24
+ - name: Check out code
25
+ uses: actions/checkout@v2
26
- name: Build and push
27
uses: docker/build-push-action@v6
28
with:
- platforms: linux/amd64,linux/arm64
29
+ platforms: linux/amd64
30
push: true
31
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:0ctf2025-springduck
32
context: 0ctf2025/springduck/challenge
0 commit comments