diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8a4f9926..7d9a0f95 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -30,13 +30,13 @@ jobs: uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 # This step uses docker/metadata-action to extract tags and labels that will be applied to the specified image. https://github.com/docker/metadata-action # 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. - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v5.10.0 + uses: docker/metadata-action@v6.1.0 with: images: | ${{ github.repository }} # minituff/nautical-backup diff --git a/.github/workflows/test_docker_image.yml b/.github/workflows/test_docker_image.yml index d21e38d6..b4a415bd 100644 --- a/.github/workflows/test_docker_image.yml +++ b/.github/workflows/test_docker_image.yml @@ -96,7 +96,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export Docker image uses: docker/build-push-action@v7