mirror of
https://github.com/JuLi0n21/thumbnailservice.git
synced 2026-04-19 16:00:07 +00:00
push tagged containers
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -30,7 +30,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./server
|
context: ./server
|
||||||
push: ${{ github.event_name == 'push' }}
|
push: ${{ github.event_name == 'push' }}
|
||||||
tags: juli0n21/thumbnails:latest
|
tags: |
|
||||||
|
juli0n21/thumbnails:latest
|
||||||
|
juli0n21/thumbnails:${{ github.sha }}
|
||||||
|
|
||||||
- name: Logout from Docker Hub
|
- name: Logout from Docker Hub
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user