Skip to content

Commit f4aaa3d

Browse files
Update github-actions
1 parent cd7ea20 commit f4aaa3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Set up Buildx
24-
uses: docker/setup-buildx-action@v3
24+
uses: docker/setup-buildx-action@v4
2525

2626
- name: Log in to GHCR
2727
if: github.event_name != 'pull_request'
28-
uses: docker/login-action@v3
28+
uses: docker/login-action@v4
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}
3232
password: ${{ github.token }}
3333

3434
- name: Docker metadata
3535
id: meta
36-
uses: docker/metadata-action@v5
36+
uses: docker/metadata-action@v6
3737
with:
3838
images: ghcr.io/xcsoar/gettext-docker
3939
tags: |
@@ -43,7 +43,7 @@ jobs:
4343
type=sha
4444
4545
- name: Build and push
46-
uses: docker/build-push-action@v6
46+
uses: docker/build-push-action@v7
4747
with:
4848
context: .
4949
file: ./Dockerfile

0 commit comments

Comments
 (0)