Skip to content

Commit 3354b08

Browse files
authored
Update presto-release-publish-native.yml
1 parent 7133e92 commit 3354b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/presto-release-publish-native.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
run: |
6767
if docker pull ${{ env.DEPENDENCY_IMAGE }}; then
6868
echo "Using dependency image ${{ env.DEPENDENCY_IMAGE }}"
69-
docker tag ${{ env.DEPENDENCY_IMAGE }} prestissimo-centos-native-dependency:latest
69+
docker tag ${{ env.DEPENDENCY_IMAGE }} docker.io/presto/prestissimo-dependency:centos9
7070
else
7171
echo "Building new depedency image"
7272
docker compose build centos-native-dependency
73-
docker tag prestissimo-centos-native-dependency:latest ghcr.io/${{ github.repository_owner }}/presto-native-dependency:${{ env.VERSION }}-${{ env.COMMIT_SHA }}
73+
docker tag docker.io/presto/prestissimo-dependency:centos9 ghcr.io/${{ github.repository_owner }}/presto-native-dependency:${{ env.VERSION }}-${{ env.COMMIT_SHA }}
7474
docker push ghcr.io/${{ github.repository_owner }}/presto-native-dependency:${{ env.VERSION }}-${{ env.COMMIT_SHA }}
7575
fi
7676

0 commit comments

Comments
 (0)