diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index 91cb3ff..2870cac 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -48,18 +48,18 @@ runs: workload_identity_provider: ${{ inputs.identity_provider }} - name: 🐳 Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 id: builder - name: 🗝️ Authenticate Docker to Google Cloud - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: us-central1-docker.pkg.dev username: oauth2accesstoken password: ${{ steps.auth.outputs.access_token }} - name: 🏷️ Extract tags from GitHub - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 id: meta with: images: us-central1-docker.pkg.dev/${{ inputs.project_id }}/images/conductor @@ -70,7 +70,7 @@ runs: type=raw,value=latest - name: 📦 Build and push image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: file: ./Dockerfile context: .