diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index 5786a1c6..d461d585 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -39,7 +39,7 @@ jobs: driver-opts: network=host - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3339b025..14f0b403 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: type=ref,event=tag - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile @@ -51,7 +51,7 @@ jobs: org.opencontainers.image.revision=${{ github.sha }} - name: Build and push dataloader - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: run: | pushd deploy/dataloader