Compare commits

..

5 Commits

Author SHA1 Message Date
renovate 7db6f1100e chore(deps): update dependency node to v22
Build image / build (pull_request) Failing after 7s Details
Build image / build (push) Has been cancelled Details
2024-11-23 22:28:14 +00:00
renovate f8eaf13534 chore(deps): update docker/build-push-action action to v6.9.0
Build image / build (push) Failing after 8s Details
2024-11-23 22:26:57 +00:00
renovate 7c2bc86c7e chore(deps): update docker/setup-buildx-action action to v3.7.1
Build image / build (push) Waiting to run Details
2024-11-23 22:26:53 +00:00
renovate 07d884b1c7 chore(deps): update actions/checkout action to v4.2.2
Build image / build (push) Failing after 5s Details
2024-11-23 22:26:43 +00:00
renovate 2b653afbf4 chore(deps): update docker/metadata-action action to v5.6.1
Build image / build (pull_request) Successful in 4m23s Details
Build image / build (push) Failing after 5s Details
2024-11-19 18:12:20 +00:00
1 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ jobs:
build: build:
runs-on: hetzner runs-on: hetzner
steps: steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: with:
github-server-url: https://code.mor.re github-server-url: https://code.mor.re
@ -19,7 +19,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx
uses: https://github.com/docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 uses: https://github.com/docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
- name: Login to registry - name: Login to registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
@ -31,7 +31,7 @@ jobs:
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: https://github.com/docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 uses: https://github.com/docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with: with:
flavor: | flavor: |
latest=false latest=false
@ -39,7 +39,7 @@ jobs:
code.mor.re/${{ github.repository }} code.mor.re/${{ github.repository }}
- name: Build and push - name: Build and push
uses: https://github.com/docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 uses: https://github.com/docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with: with:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}