Skip to content

Commit

Permalink
Merge pull request #2 from mietzen/only_push_releases
Browse files Browse the repository at this point in the history
Fix docker tags
  • Loading branch information
mietzen committed Apr 23, 2023
2 parents 539fefd + c5fa5c2 commit b2147be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
echo "============================================================="
echo ""
docker tag "${DOCKER_USER}/porkbun-ddns:${VERSION}-${ARCH}-${BUILD_NR}" "${DOCKER_USER}/porkbun-ddns:${VERSION}-${ARCH}"
docker tag "${DOCKER_USER}/porkbun-ddns:${VERSION}-${ARCH}-${BUILD_NR}" "${DOCKER_USER}/porkbun-ddns:${ARCH}"
docker push "${DOCKER_USER}/porkbun-ddns:${VERSION}-${ARCH}-${BUILD_NR}"
docker push "${DOCKER_USER}/porkbun-ddns:${VERSION}-${ARCH}"
docker push "${DOCKER_USER}/porkbun-ddns:${ARCH}"
Expand Down

0 comments on commit b2147be

Please sign in to comment.