Skip to content

Commit

Permalink
maybe the end of try
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Sep 1, 2024
1 parent c2b0bb7 commit 8dd7470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
push: true

- name: Download image
run: docker pull ghcr.io/x-r-g-b/worldtimezone:main
run: docker pull "${{ env.REGISTRY_IMAGE}}:main"

- name: Show images
run: docker images
Expand All @@ -95,9 +95,9 @@ jobs:
run: chmod +x ./dockerc

- name: Create executable amd64
run: ./dockerc --image "docker-daemon:${{ env.IMAGE }}:main" -o worldtimezone_amd64 --arch amd64
run: ./dockerc --image "docker-daemon:${{ env.REGISTRY_IMAGE }}:main" -o worldtimezone_amd64 --arch amd64
- name: Create executable arm64
run: ./dockerc --image "docker-daemon:${{ env.IMAGE }}:main" -o worldtimezone_amd64 --arch arm64
run: ./dockerc --image "docker-daemon:${{ env.REGISTRY_IMAGE }}:main" -o worldtimezone_amd64 --arch arm64

# upload

Expand Down

0 comments on commit 8dd7470

Please sign in to comment.