Skip to content

Commit

Permalink
fix latest typo ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyao2015 committed Aug 24, 2020
1 parent 6211ab0 commit 95fc84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
run: |
docker manifest create ${DOCKER_REPO}:${{ matrix.arch_friendly }}-latest ${DOCKER_REPO}:${{ matrix.arch_friendly }}-latest
docker manifest annotate ${DOCKER_REPO}:${{ matrix.arch_friendly }}-latest ${DOCKER_REPO}:${{ matrix.arch_friendly }}-latest --arch arm --variant ${{ matrix.version }}
docker manifest push ${DOCKER_REPO}:${{ matrix.arch }}-latest
docker manifest push ${DOCKER_REPO}:${{ matrix.arch_friendly }}-latest
- name: Branch
if: ${{ startsWith(github.ref, 'refs/heads/') }}
Expand All @@ -355,7 +355,7 @@ jobs:
run: |
docker manifest create ${DOCKER_REPO}:${{ matrix.arch_friendly }}-${GITHUB_REF##*/} ${DOCKER_REPO}:${{ matrix.arch_friendly }}-${GITHUB_REF##*/}
docker manifest annotate ${DOCKER_REPO}:${{ matrix.arch_friendly }}-${GITHUB_REF##*/} ${DOCKER_REPO}:${{ matrix.arch_friendly }}-${GITHUB_REF##*/} --arch arm --variant ${{ matrix.version }}
docker manifest push ${DOCKER_REPO}:${{ matrix.arch }}-${GITHUB_REF##*/}
docker manifest push ${DOCKER_REPO}:${{ matrix.arch_friendly }}-${GITHUB_REF##*/}
cleanup_failed:
needs: [build, test]
Expand Down

0 comments on commit 95fc84f

Please sign in to comment.