Push tags and latest to Docker Hub

Fixes #704.
pull/706/head
Andrew Gaul 2024-10-09 13:06:25 -07:00
rodzic 2e2008f8a5
commit 165308285d
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -3,6 +3,8 @@ on:
push: push:
branches: branches:
- "master" - "master"
tags:
- "*"
pull_request: pull_request:
branches: branches:
- "*" - "*"
@ -34,7 +36,7 @@ jobs:
name=ghcr.io/${{ github.repository }}/container name=ghcr.io/${{ github.repository }}/container
name=andrewgaul/s3proxy,enable=${{ env.dockerhub_publish }} name=andrewgaul/s3proxy,enable=${{ env.dockerhub_publish }}
flavor: | flavor: |
latest=false latest=auto
tags: | tags: |
type=sha,format=long type=sha,format=long
type=sha type=sha