WIP: Try ci again.
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 4m48s
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 4m48s
This commit is contained in:
@@ -28,11 +28,15 @@ jobs:
|
|||||||
# Uses the `docker/login-action` action to log in to the Container registry registry using the account
|
# 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.
|
# and password that will publish the packages. Once published, the packages are scoped to the account defined here.
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.CONTAINER_TOKEN }}
|
password: ${{ secrets.CONTAINER_TOKEN }}
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels
|
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels
|
||||||
# that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a
|
# that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a
|
||||||
# subsequent step. The `images` value provides the base name for the tags and labels.
|
# subsequent step. The `images` value provides the base name for the tags and labels.
|
||||||
@@ -52,7 +56,7 @@ jobs:
|
|||||||
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
|
# 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
|
- name: Build and push Docker image
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user