diff --git a/.github/workflows/codespaces.yml b/.github/workflows/codespaces-image.yml similarity index 93% rename from .github/workflows/codespaces.yml rename to .github/workflows/codespaces-image.yml index dcefa76..5c52f3d 100644 --- a/.github/workflows/codespaces.yml +++ b/.github/workflows/codespaces-image.yml @@ -1,5 +1,5 @@ # Path: .github/workflows/codespaces.yml -name: Publish a Docker image for the devcontainer +name: Publish Docker image for codespaces on: pull_request: @@ -52,7 +52,7 @@ jobs: password: ${{ secrets.TOKEN_GITHUB }} - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5.0.0 with: context: . push: true