Skip to content

Commit f758ba5

Browse files
authored
Merge pull request #279 from pelican-eggs/LegacyKeyValueFormat
Update docker Legacy key value format and bump docker/build-push-action to v6
2 parents fb0be1a + 9b59b81 commit f758ba5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+68
-68
lines changed

.github/workflows/apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
username: ${{ github.repository_owner }}
3333
password: ${{ secrets.REGISTRY_TOKEN }}
3434

35-
- uses: docker/build-push-action@v5
35+
- uses: docker/build-push-action@v6
3636
with:
3737
context: ./apps/${{ matrix.app }}
3838
file: ./apps/${{ matrix.app }}/Dockerfile

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry: ghcr.io
3131
username: ${{ github.repository_owner }}
3232
password: ${{ secrets.REGISTRY_TOKEN }}
33-
- uses: docker/build-push-action@v5
33+
- uses: docker/build-push-action@v6
3434
with:
3535
context: ./oses/${{ matrix.oses }}
3636
file: ./oses/${{ matrix.oses }}/Dockerfile

.github/workflows/bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
registry: ghcr.io
4242
username: ${{ github.repository_owner }}
4343
password: ${{ secrets.REGISTRY_TOKEN }}
44-
- uses: docker/build-push-action@v5
44+
- uses: docker/build-push-action@v6
4545
with:
4646
context: ./bot/${{ matrix.tag }}
4747
file: ./bot/${{ matrix.tag }}/Dockerfile
@@ -76,7 +76,7 @@ jobs:
7676
# registry: ghcr.io
7777
# username: ${{ github.repository_owner }}
7878
# password: ${{ secrets.REGISTRY_TOKEN }}
79-
# - uses: docker/build-push-action@v5
79+
# - uses: docker/build-push-action@v6
8080
# with:
8181
# context: ./bot/${{ matrix.tag }}
8282
# file: ./bot/${{ matrix.tag }}/Dockerfile

.github/workflows/box64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.REGISTRY_TOKEN }}
31-
- uses: docker/build-push-action@v5
31+
- uses: docker/build-push-action@v6
3232
with:
3333
context: ./box64
3434
file: ./${{ matrix.tag }}/Dockerfile

.github/workflows/bun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}
3131
password: ${{ secrets.REGISTRY_TOKEN }}
32-
- uses: docker/build-push-action@v5
32+
- uses: docker/build-push-action@v6
3333
with:
3434
context: ./bun
3535
file: ./bun/${{ matrix.tag }}/Dockerfile

.github/workflows/cassandra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.REGISTRY_TOKEN }}
31-
- uses: docker/build-push-action@v5
31+
- uses: docker/build-push-action@v6
3232
with:
3333
context: ./cassandra
3434
file: ./cassandra/${{ matrix.tag }}/Dockerfile

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
registry: ghcr.io
3434
username: ${{ github.repository_owner }}
3535
password: ${{ secrets.REGISTRY_TOKEN }}
36-
- uses: docker/build-push-action@v5
36+
- uses: docker/build-push-action@v6
3737
with:
3838
context: ./dart
3939
file: ./dart/${{ matrix.tag }}/Dockerfile

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
registry: ghcr.io
3636
username: ${{ github.repository_owner }}
3737
password: ${{ secrets.REGISTRY_TOKEN }}
38-
- uses: docker/build-push-action@v5
38+
- uses: docker/build-push-action@v6
3939
with:
4040
context: ./dotnet
4141
file: ./dotnet/${{ matrix.tag }}/Dockerfile

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
registry: ghcr.io
3333
username: ${{ github.repository_owner }}
3434
password: ${{ secrets.REGISTRY_TOKEN }}
35-
- uses: docker/build-push-action@v5
35+
- uses: docker/build-push-action@v6
3636
with:
3737
context: ./elixir
3838
file: ./elixir/${{ matrix.tag }}/Dockerfile

.github/workflows/erlang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
registry: ghcr.io
3232
username: ${{ github.repository_owner }}
3333
password: ${{ secrets.REGISTRY_TOKEN }}
34-
- uses: docker/build-push-action@v5
34+
- uses: docker/build-push-action@v6
3535
with:
3636
context: ./erlang
3737
file: ./erlang/${{ matrix.tag }}/Dockerfile

0 commit comments

Comments
 (0)