File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ jobs:
103
103
run : docker push nginxinc/nginx-s3-gateway:unprivileged-oss
104
104
# oss image push [Docker Hub]
105
105
- name : Tag container image for Push to Docker Hub [oss date]
106
- run : docker tag nginx-s3-gateway:latest nginxinc/nginx-s3-gateway:latest-${{ steps.date.outputs.date }}
106
+ run : docker tag nginx-s3-gateway:oss nginxinc/nginx-s3-gateway:latest-${{ steps.date.outputs.date }}
107
107
- name : Tag container image for Push to Docker Hub [oss]
108
- run : docker tag nginx-s3-gateway:latest nginxinc/nginx-s3-gateway:latest
108
+ run : docker tag nginx-s3-gateway:oss nginxinc/nginx-s3-gateway:latest
109
109
- name : Push container image to Docker Hub [oss date]
110
110
run : docker push nginxinc/nginx-s3-gateway:latest-${{ steps.date.outputs.date }}
111
111
- name : Push container image to Docker Hub [oss latest]
You can’t perform that action at this time.
0 commit comments