Skip to content

Commit

Permalink
Update ci.yml references to point to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcolyvan committed Jan 17, 2025
1 parent f66b16a commit 38f3969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
${{ env.IMAGE_REPO }}:${{ env.IMAGE_TAG }}-arm64 \
${{ env.IMAGE_REPO }}:${{ env.IMAGE_TAG }}-x64
- name: Push OS manifest list
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: |
# Latest.
docker buildx imagetools create -t \
${{ env.IMAGE_REPO }}:${{ matrix.os }} \
${{ env.IMAGE_REPO }}:${{ env.IMAGE_TAG }}-arm64 \
${{ env.IMAGE_REPO }}:${{ env.IMAGE_TAG }}-x64
- name: Push 'latest' manifest list
if: github.ref == 'refs/heads/master' && matrix.os == 'focal'
if: github.ref == 'refs/heads/main' && matrix.os == 'focal'
run: |
# Latest.
docker buildx imagetools create -t \
Expand Down

0 comments on commit 38f3969

Please sign in to comment.