Skip to content

Commit

Permalink
update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkuhn committed Aug 29, 2023
1 parent ade88da commit 96f8677
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ jobs:
-
name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
-
name: Set up Docker Buildx for Multiple platform builds
uses: docker/setup-buildx-action@v2.9.1
uses: docker/setup-buildx-action@v2
-
name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
# You can use the ${{ github.actor }} context to automatically use the username of the user that triggered the workflow run.
Expand All @@ -76,7 +76,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push Docker image
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4
with:
context: .
push: true
Expand Down

0 comments on commit 96f8677

Please sign in to comment.