fix workflow file #7

Merged
Fascinated merged 2 commits from development into master 2023-07-08 00:36:08 +00:00
Showing only changes of commit b141ce2045 - Show all commits

@ -58,7 +58,12 @@ jobs:
with: with:
push: true push: true
context: . context: .
tags: fascinated/sharex-php-uploader:${{ steps.branch-name.outputs.current_branch }} tags: |
{{ if eq(steps.branch-name.outputs.current_branch, 'master') }}
fascinated/sharex-php-uploader:latest
{{ else }}
fascinated/sharex-php-uploader:${{ steps.branch-name.outputs.current_branch }}
{{ endif }}
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache