diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 3943edb82..3ee759378 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -80,7 +80,7 @@ jobs: # Automatic tag management and OCI Image Format Specification for labels - name: Docker meta id: meta - uses: docker/metadata-action@v4.3.0 + uses: docker/metadata-action@v4.4.0 with: # list of Docker images to use as base name for tags images: | diff --git a/.github/workflows/zcash-lightwalletd.yml b/.github/workflows/zcash-lightwalletd.yml index 9a0502b30..cd4d12622 100644 --- a/.github/workflows/zcash-lightwalletd.yml +++ b/.github/workflows/zcash-lightwalletd.yml @@ -73,7 +73,7 @@ jobs: # Automatic tag management and OCI Image Format Specification for labels - name: Docker meta id: meta - uses: docker/metadata-action@v4.3.0 + uses: docker/metadata-action@v4.4.0 with: # list of Docker images to use as base name for tags images: |