Compare commits
No commits in common. "595f7fdfe2c2e192cdd10290c3f658b4b2b81418" and "0f57963155c11c7907656932a77597ad8ce1f393" have entirely different histories.
595f7fdfe2
...
0f57963155
@ -35,7 +35,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-buildx
|
key: ${{ runner.os }}-buildx
|
||||||
|
|
||||||
- name: Build and Push (Latest)
|
- name: Build and Push (Latest)
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v4
|
||||||
if: steps.branch-name.outputs.current_branch == 'main'
|
if: steps.branch-name.outputs.current_branch == 'main'
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
|
|
||||||
- name: Build and Push (Other Branches)
|
- name: Build and Push (Other Branches)
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v4
|
||||||
if: steps.branch-name.outputs.current_branch != 'main'
|
if: steps.branch-name.outputs.current_branch != 'main'
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
Reference in New Issue
Block a user