mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Merge branch 'main' into updates
This commit is contained in:
commit
a2ec4e9f22
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildx.yml
vendored
4
.github/workflows/buildx.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
||||||
# --tag ghcr.io/benbusby/whoogle-search:latest \
|
# --tag ghcr.io/benbusby/whoogle-search:latest \
|
||||||
# --platform linux/amd64,linux/arm64 .
|
# --platform linux/amd64,linux/arm64 .
|
||||||
- name: build and push updates branch (update-testing tag)
|
- name: build and push updates branch (update-testing tag)
|
||||||
if: github.event_name == 'workflow_run' && github.event.workflow_run.head_branch == 'updates' && github.event.workflow_run.conclusion == 'success' && (github.actor == 'benbusby' || github.actor == 'Don-Swanson')
|
if: github.event_name == 'workflow_run' && github.event.workflow_run.head_branch == 'updates' && github.event.workflow_run.conclusion == 'success' && (github.event.workflow_run.actor.login == 'benbusby' || github.event.workflow_run.actor.login == 'Don-Swanson')
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --push \
|
docker buildx build --push \
|
||||||
--tag benbusby/whoogle-search:update-testing \
|
--tag benbusby/whoogle-search:update-testing \
|
||||||
|
|
@ -89,4 +89,4 @@ jobs:
|
||||||
docker buildx build --push \
|
docker buildx build --push \
|
||||||
--tag benbusby/whoogle-search:${GITHUB_REF#refs/*/v} \
|
--tag benbusby/whoogle-search:${GITHUB_REF#refs/*/v} \
|
||||||
--tag ghcr.io/benbusby/whoogle-search:${GITHUB_REF#refs/*/v} \
|
--tag ghcr.io/benbusby/whoogle-search:${GITHUB_REF#refs/*/v} \
|
||||||
--platform linux/amd64,linux/arm64 .
|
--platform linux/amd64,linux/arm64 .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue