diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 7bf9a5128..b6f3e144e 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -448,7 +448,7 @@ jobs: TAG=$(echo ${BRANCH_NAME} | sed 's/\//_/g' | sed 's/\:/_/g') echo "TAG=branch-${TAG}" >> $GITHUB_ENV - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: platforms: linux/amd64 build-args: | @@ -508,7 +508,7 @@ jobs: TAG=$(echo ${BRANCH_NAME} | sed 's/\//_/g' | sed 's/\:/_/g') echo "TAG=branch-${TAG}" >> $GITHUB_ENV - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: platforms: linux/amd64 build-args: | diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ca1cacdf3..4f0168dca 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -145,7 +145,7 @@ jobs: TAG=$(echo ${BRANCH_NAME} | sed 's/\//_/g' | sed 's/\:/_/g') echo "TAG=branch-${TAG}" >> $GITHUB_ENV - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: platforms: linux/amd64 build-args: | @@ -204,7 +204,7 @@ jobs: TAG=$(echo ${BRANCH_NAME} | sed 's/\//_/g' | sed 's/\:/_/g') echo "TAG=branch-${TAG}" >> $GITHUB_ENV - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: platforms: linux/amd64 build-args: |