Compare commits

..

1 Commits

Author SHA1 Message Date
renovate d0a327ae91 chore(deps): update dependency node to v22
Build image / build (pull_request) Failing after 11s Details
2024-10-29 14:11:09 +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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 uses: https://github.com/docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.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@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 uses: https://github.com/docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 uses: https://github.com/docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.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' }}