Skip to content

Commit 5969bad

Browse files
committed
1
1 parent 1a290b1 commit 5969bad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/0ctf2025-springduck.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
password: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Set up Docker Buildx
2323
uses: docker/setup-buildx-action@v3
24+
- name: Check out code
25+
uses: actions/checkout@v2
2426
- name: Build and push
2527
uses: docker/build-push-action@v6
2628
with:
27-
platforms: linux/amd64,linux/arm64
29+
platforms: linux/amd64
2830
push: true
2931
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:0ctf2025-springduck
3032
context: 0ctf2025/springduck/challenge

0 commit comments

Comments
 (0)