Skip to content

Commit

Permalink
chore: Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
H1JK committed Feb 15, 2024
1 parent 080d316 commit 93b48a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
shell: bash

- name: Tag Repo
uses: richardsimko/update-tag@v1.0.6
uses: richardsimko/update-tag@v1
with:
tag_name: Prerelease-${{ github.ref_name }}
env:
Expand Down Expand Up @@ -346,18 +346,18 @@ jobs:
working-directory: bin

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
version: latest

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ github.repository }}

Expand Down

0 comments on commit 93b48a9

Please sign in to comment.