We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6dfe1 commit ccabf08Copy full SHA for ccabf08
1 file changed
.github/workflows/build-base-images.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
- name: Set up Docker Buildx
19
uses: docker/setup-buildx-action@v3
@@ -32,7 +32,7 @@ jobs:
32
password: ${{ secrets.GITHUB_TOKEN }}
33
34
- name: Build and push remote
35
- uses: docker/bake-action@v5
+ uses: docker/bake-action@v6
36
with:
37
push: true
38
set: |
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Build and push remote (tag)
45
if: ${{ github.ref_type == 'tag' }}
46
47
48
49
@@ -57,7 +57,7 @@ jobs:
57
run: docker image ls
58
59
- name: Build and push local
60
61
62
load: true
63
0 commit comments