diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index cf0e49c..b066a93 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@v3 + - uses: docker/build-push-action@v4 with: context: ./oses/${{ matrix.oses }} file: ./oses/${{ matrix.oses }}/Dockerfile diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 589045e..8eda92d 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -40,7 +40,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./bot/${{ matrix.tag }} file: ./bot/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/box64.yml b/.github/workflows/box64.yml index 8b6cf77..e66f902 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@v3 + - uses: docker/build-push-action@v4 with: context: ./box64 file: ./${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/cassandra.yml b/.github/workflows/cassandra.yml index 19a5357..817632a 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@v3 + - uses: docker/build-push-action@v4 with: context: ./cassandra file: ./cassandra/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index f2bcbcd..c024146 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -29,7 +29,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./dart file: ./dart/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 896a93e..f579fd7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -31,7 +31,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./dotnet file: ./dotnet/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index b40ee35..9c976f4 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -29,7 +29,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./erlang file: ./erlang/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/games.yml b/.github/workflows/games.yml index 9344554..8dd36f6 100644 --- a/.github/workflows/games.yml +++ b/.github/workflows/games.yml @@ -34,7 +34,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./games/${{ matrix.game }} file: ./games/${{ matrix.game }}/Dockerfile diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f608816..36f6c0f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,7 +32,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./go file: ./go/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index fa874fc..2078532 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -29,7 +29,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./installers file: ./installers/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 19189c3..d24163a 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -35,7 +35,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./java file: ./java/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml index 0d5305b..ca3f4f9 100644 --- a/.github/workflows/mariadb.yml +++ b/.github/workflows/mariadb.yml @@ -33,7 +33,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./mariadb file: ./mariadb/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/mongodb.yml b/.github/workflows/mongodb.yml index eaf0e5d..87541d9 100644 --- a/.github/workflows/mongodb.yml +++ b/.github/workflows/mongodb.yml @@ -31,7 +31,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./mongodb file: ./mongodb/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/mono.yml b/.github/workflows/mono.yml index f506182..9b46d2a 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@v3 + - uses: docker/build-push-action@v4 with: context: ./mono file: ./mono/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2a6c6da..dd9dbd4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -33,7 +33,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./nodejs file: ./nodejs/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml index cbbc873..b4f76b4 100644 --- a/.github/workflows/postgres.yml +++ b/.github/workflows/postgres.yml @@ -34,7 +34,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v2 + - uses: docker/build-push-action@v4 with: context: ./postgres file: ./postgres/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a8338c2..2a608b7 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -34,7 +34,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./python file: ./python/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/redis.yml b/.github/workflows/redis.yml index 797d2e3..b3d2878 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@v2 + - uses: docker/build-push-action@v4 with: context: ./redis file: ./redis/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6cf1c8f..11e02fa 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,7 +32,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./rust file: ./rust/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/steamcmd.yml b/.github/workflows/steamcmd.yml index 9b3ed3f..bb4adeb 100644 --- a/.github/workflows/steamcmd.yml +++ b/.github/workflows/steamcmd.yml @@ -30,7 +30,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./steamcmd file: ./steamcmd/${{ matrix.distro }}/Dockerfile diff --git a/.github/workflows/voice.yml b/.github/workflows/voice.yml index e3913eb..711634e 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@v3 + - uses: docker/build-push-action@v4 with: context: ./voice/${{ matrix.tag }} file: ./voice/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/wine.yml b/.github/workflows/wine.yml index f1b0571..5bb10a6 100644 --- a/.github/workflows/wine.yml +++ b/.github/workflows/wine.yml @@ -28,7 +28,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: context: ./wine file: ./wine/${{ matrix.tag }}/Dockerfile