Compare commits

..

No commits in common. "23be247cdb5f060ec700de6aa3f3ac1b73670202" and "00e36b6c772cdd44ee39a08a9fec17f46c9e7af2" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ runs:
- name: Push manifest
shell: bash
run: |
docker manifest create $REGISTRY/$NAMESPACE/$REPOSITORY:$VERSION \
docker manifest create $HOST/$REPOSITORY:$VERSION \
$REGISTRY/$NAMESPACE/$REPOSITORY:$VERSION-amd64 \
$REGISTRY/$NAMESPACE/$REPOSITORY:$VERSION-arm64 \
$REGISTRY/$NAMESPACE/$REPOSITORY:$VERSION-arm

View File

@ -68,6 +68,6 @@ jobs:
- name: Push images
uses: ./.actions/push
with:
server_url: ghcr.io
server_url: ${{ github.server_url }}
repository: ${{ github.repository }}
tag: ${{ github.ref_name }}