diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index b5ad642..96a469c 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -23,8 +23,7 @@ jobs: # steps: # This step uses the `docker/setup-buildx-action` action to set up the Docker Buildx builder. This is required to build and push multi-platform images. - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + - name: Checkout repository uses: actions/checkout@v4 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. @@ -47,7 +46,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v4 with: context: . push: true