diff --git a/.github/workflows/apps.yml b/.github/workflows/apps.yml index 7568019..2ec5ff5 100644 --- a/.github/workflows/apps.yml +++ b/.github/workflows/apps.yml @@ -32,7 +32,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./apps/${{ matrix.app }} file: ./apps/${{ matrix.app }}/Dockerfile diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 23dd116..e21c666 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -30,7 +30,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./oses/${{ matrix.oses }} file: ./oses/${{ matrix.oses }}/Dockerfile diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 8b89cbd..7961719 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -41,7 +41,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./bot/${{ matrix.tag }} file: ./bot/${{ matrix.tag }}/Dockerfile @@ -76,7 +76,7 @@ jobs: # registry: ghcr.io # username: ${{ github.repository_owner }} # password: ${{ secrets.REGISTRY_TOKEN }} - # - uses: docker/build-push-action@v5 + # - uses: docker/build-push-action@v6 # with: # context: ./bot/${{ matrix.tag }} # file: ./bot/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/box64.yml b/.github/workflows/box64.yml index 971b30c..d945032 100644 --- a/.github/workflows/box64.yml +++ b/.github/workflows/box64.yml @@ -28,7 +28,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./box64 file: ./${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml index 7aaf53a..82b3db7 100644 --- a/.github/workflows/bun.yml +++ b/.github/workflows/bun.yml @@ -29,7 +29,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./bun file: ./bun/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/cassandra.yml b/.github/workflows/cassandra.yml index b2b81e6..54b44ed 100644 --- a/.github/workflows/cassandra.yml +++ b/.github/workflows/cassandra.yml @@ -28,7 +28,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./cassandra file: ./cassandra/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 0738f97..9f2f027 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -33,7 +33,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./dart file: ./dart/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 355e228..addc036 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -35,7 +35,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./dotnet file: ./dotnet/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 09d7679..dd8e9a9 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -32,7 +32,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./elixir file: ./elixir/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 0a49366..227de6a 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -31,7 +31,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./erlang file: ./erlang/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/games.yml b/.github/workflows/games.yml index 65f899e..d1e4e7d 100644 --- a/.github/workflows/games.yml +++ b/.github/workflows/games.yml @@ -36,7 +36,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./games/${{ matrix.game }} file: ./games/${{ matrix.game }}/Dockerfile @@ -68,7 +68,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./games/${{ matrix.game }} file: ./games/${{ matrix.game }}/Dockerfile diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fdfaf6b..9dc62cb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,7 +36,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./go file: ./go/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 86247c2..05b00c1 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -30,7 +30,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./installers file: ./installers/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index ae681f6..c7e80ca 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -36,7 +36,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./java file: ./java/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml index 8ad6259..c9070e1 100644 --- a/.github/workflows/mariadb.yml +++ b/.github/workflows/mariadb.yml @@ -36,7 +36,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./mariadb file: ./mariadb/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/mongodb.yml b/.github/workflows/mongodb.yml index cfe8bda..8d5fae7 100644 --- a/.github/workflows/mongodb.yml +++ b/.github/workflows/mongodb.yml @@ -32,7 +32,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./mongodb file: ./mongodb/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/mono.yml b/.github/workflows/mono.yml index cdc8aa3..57f7809 100644 --- a/.github/workflows/mono.yml +++ b/.github/workflows/mono.yml @@ -27,7 +27,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./mono file: ./mono/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c327df6..2417e1b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -38,7 +38,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./nodejs file: ./nodejs/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml index b76595f..4a372a0 100644 --- a/.github/workflows/postgres.yml +++ b/.github/workflows/postgres.yml @@ -35,7 +35,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./postgres file: ./postgres/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 6a4e83e..c9a663f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -36,7 +36,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./python file: ./python/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/redis.yml b/.github/workflows/redis.yml index 5ae8471..cca5459 100644 --- a/.github/workflows/redis.yml +++ b/.github/workflows/redis.yml @@ -31,7 +31,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./redis file: ./redis/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 03e30ba..3480bae 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./rust file: ./rust/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/steamcmd.yml b/.github/workflows/steamcmd.yml index 841d0a8..0240a9c 100644 --- a/.github/workflows/steamcmd.yml +++ b/.github/workflows/steamcmd.yml @@ -32,7 +32,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./steamcmd file: ./steamcmd/${{ matrix.distro }}/Dockerfile diff --git a/.github/workflows/voice.yml b/.github/workflows/voice.yml index bc5f388..115f64b 100644 --- a/.github/workflows/voice.yml +++ b/.github/workflows/voice.yml @@ -27,7 +27,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./voice/${{ matrix.tag }} file: ./voice/${{ matrix.tag }}/Dockerfile @@ -59,7 +59,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./voice/${{ matrix.tag }} file: ./voice/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/wine.yml b/.github/workflows/wine.yml index bd3f580..3611c0c 100644 --- a/.github/workflows/wine.yml +++ b/.github/workflows/wine.yml @@ -29,7 +29,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./wine file: ./wine/${{ matrix.tag }}/Dockerfile