Compare commits
No commits in common. "b9cbfef9beac4eb1586d5d91db98513006ff17c1" and "6e71267e6aac4f7b6ce808515c6bb38be9fdd985" have entirely different histories.
b9cbfef9be
...
6e71267e6a
@ -53,19 +53,8 @@ jobs:
|
|||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-buildx
|
key: ${{ runner.os }}-buildx
|
||||||
|
|
||||||
- name: Build and Push (Latest)
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
if: steps.branch-name.outputs.current_branch == 'master'
|
|
||||||
with:
|
|
||||||
push: true
|
|
||||||
context: .
|
|
||||||
tags: fascinated/sharex-php-uploader:latest
|
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
|
||||||
|
|
||||||
- name: Build and Push (Other Branches)
|
|
||||||
uses: docker/build-push-action@v4
|
|
||||||
if: steps.branch-name.outputs.current_branch != 'master'
|
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
|
Loading…
Reference in New Issue
Block a user