fix app name
Some checks failed
Gitea Actions Demo / release-image (push) Failing after 1m0s

This commit is contained in:
Ryan Cavicchioni 2024-07-02 15:58:41 -05:00
parent 5479867f82
commit 41b19ed24b
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -17,6 +17,9 @@ jobs:
with: with:
fetch-depth: 0 # all history for all branches and tags fetch-depth: 0 # all history for all branches and tags
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Gitea registry - name: Login to Gitea registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
@ -28,4 +31,4 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
push: true push: true
tags: ryanc/top:latest tags: ryanc/toy:latest