Skip to content

Commit ff123db

Browse files
committed
Switch docker actions to major versions
Signed-off-by: apostasie <[email protected]>
1 parent e9c594f commit ff123db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ghcr-image-build-and-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# https://github.com/docker/login-action
4444
- name: Log into registry ${{ env.REGISTRY }}
4545
if: github.event_name != 'pull_request'
46-
uses: docker/login-action@v3.3.0
46+
uses: docker/login-action@v3
4747
with:
4848
registry: ${{ env.REGISTRY }}
4949
username: ${{ github.actor }}
@@ -53,14 +53,14 @@ jobs:
5353
# https://github.com/docker/metadata-action
5454
- name: Extract Docker metadata
5555
id: meta
56-
uses: docker/metadata-action@v5.6.1
56+
uses: docker/metadata-action@v5
5757
with:
5858
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5959

6060
# Build and push Docker image with Buildx (don't push on PR)
6161
# https://github.com/docker/build-push-action
6262
- name: Build and push Docker image
63-
uses: docker/build-push-action@v6.10.0
63+
uses: docker/build-push-action@v6
6464
with:
6565
context: .
6666
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)