Skip to content

Commit

Permalink
build-docker.yml: Push architecture specific images
Browse files Browse the repository at this point in the history
  • Loading branch information
theCalcaholic committed Jun 23, 2022
1 parent 8475768 commit 82b04be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
do
docker pull "thecalcaholic/ncp-internal-${arch}:${{ github.run_id }}"
docker tag "thecalcaholic/ncp-internal-${arch}:${{ github.run_id }}" "ownyourbits/nextcloudpi-${arch}:${version?}"
docker push "ownyourbits/nextcloudpi-${arch}:${version?}"
done
docker manifest create ownyourbits/nextcloudpi:${version?} \
Expand Down

0 comments on commit 82b04be

Please sign in to comment.