Skip to content

Commit

Permalink
use vX
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Sep 15, 2024
1 parent 0d14046 commit 54cc0f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ jobs:
uses: docker/setup-qemu-action@v3

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

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_AUTHOR }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@6
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v8
Expand Down

0 comments on commit 54cc0f0

Please sign in to comment.