update docker workflow

This commit is contained in:
jc 2024-04-17 01:06:10 -04:00
commit aedd34fd6d
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
name: Build and Push Docker Image
name: Deploy Docker Image
on:
push:
@ -26,4 +26,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ secrets.DOCKER_USERNAME}}/potoforio:latest
tags: ${{ secrets.DOCKER_USERNAME}}/${{ secrets.DOCKER_REPOSITORY }}:latest