Update docker_prod.yml

This commit is contained in:
jokob-sk
2023-06-16 08:30:59 +10:00
committed by GitHub
parent fa92df6567
commit ddd28a0607

View File

@@ -47,11 +47,11 @@ jobs:
type=ref,event=pr
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
- name: Update version
uses: brettdorrans/write-version-to-file@master
with:
filename: '.VERSION'
placeholder: '${VERSION}'
- name: Login to DockerHub
if: github.event_name != 'pull_request'