corrected action title from NTF to NTFY

pull/90/head
Grant Bevis 2021-12-12 08:39:04 +00:00
rodzic 19bb01fe76
commit 8cf70beb66
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare Base Build
- name: Prepare Base Build
id: prep_base
run: |
DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/borgmatic
@ -53,7 +53,7 @@ jobs:
echo ::set-output name=tags::${TAGS}
echo ::set-output name=docker_image::${DOCKER_IMAGE}
- name: Prepare NTF Build
- name: Prepare NTFY Build
id: prep_ntfy
run: |
DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/borgmatic
@ -117,4 +117,4 @@ jobs:
file: ./ntfy/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
push: true
tags: ${{ steps.prep_ntfy.outputs.tags }}
tags: ${{ steps.prep_ntfy.outputs.tags }}