push tagged containers

This commit is contained in:
2025-03-25 11:05:13 +01:00
parent 269d7cfbf5
commit 80693279f1

View File

@@ -30,7 +30,9 @@ jobs:
with:
context: ./server
push: ${{ github.event_name == 'push' }}
tags: juli0n21/thumbnails:latest
tags: |
juli0n21/thumbnails:latest
juli0n21/thumbnails:${{ github.sha }}
- name: Logout from Docker Hub
if: always()