nginx: fix tag name
All checks were successful
nginx-build / build (push) Successful in 43s

auvem-nginx -> nginx
This commit is contained in:
Elijah Duffy
2025-12-08 02:08:47 -08:00
parent 8abdf0007d
commit b28e490a86

View File

@@ -38,6 +38,6 @@ jobs:
context: .
file: ./nginx/Dockerfile
tags: |
gitea.auvem.com/auvem/wordpress-docker/auvem-nginx:latest
gitea.auvem.com/auvem/wordpress-docker/auvem-nginx:${{ github.sha }}
gitea.auvem.com/auvem/wordpress-docker/nginx:latest
gitea.auvem.com/auvem/wordpress-docker/nginx:${{ github.sha }}
push: true