Commit 3354b08 1 parent 7133e92 commit 3354b08 Copy full SHA for 3354b08
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ jobs:
66
66
run : |
67
67
if docker pull ${{ env.DEPENDENCY_IMAGE }}; then
68
68
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
70
70
else
71
71
echo "Building new depedency image"
72
72
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 }}
74
74
docker push ghcr.io/${{ github.repository_owner }}/presto-native-dependency:${{ env.VERSION }}-${{ env.COMMIT_SHA }}
75
75
fi
76
76
You can’t perform that action at this time.
0 commit comments