We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63b5484 + 81e0b2b commit aaa2c3cCopy full SHA for aaa2c3c
1 file changed
.github/workflows/main.yml
@@ -10,19 +10,19 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
15
- - uses: docker/setup-buildx-action@v3
+ - uses: docker/setup-buildx-action@v4
16
17
- name: Log in to GitHub Container Registry
18
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
19
with:
20
registry: ghcr.io
21
username: ${{ github.actor }}
22
password: ${{ secrets.GITHUB_TOKEN }}
23
24
- name: Build and push
25
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
26
27
context: .
28
push: true
0 commit comments