Skip to content

Commit

Permalink
chore: Update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Oct 12, 2024
1 parent 0c3596f commit 5a64a92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ jobs:
buildkitd-flags: --debug

- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/mineinabyss/${{ matrix.target }}

- name: Build and push ${{ matrix.target }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile
platforms: ${{ matrix.platforms }}
Expand Down

0 comments on commit 5a64a92

Please sign in to comment.