Skip to content

Commit cdbd7f5

Browse files
committed
Attempt to fix issue where latest build isn't tagged properly
Signed-off-by: Elijah Zupancic <[email protected]>
1 parent ee5a2ad commit cdbd7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ jobs:
103103
run: docker push nginxinc/nginx-s3-gateway:unprivileged-oss
104104
# oss image push [Docker Hub]
105105
- 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 }}
107107
- 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
109109
- name: Push container image to Docker Hub [oss date]
110110
run: docker push nginxinc/nginx-s3-gateway:latest-${{ steps.date.outputs.date }}
111111
- name: Push container image to Docker Hub [oss latest]

0 commit comments

Comments
 (0)