diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d3065eb..b987a82 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -21,5 +21,5 @@ jobs: uses: docker/build-push-action@v4 with: context: . - push: true # <- BELANGRIJK: staat nu op 'true' - tags: ${{ secrets.DOCKERHUB_USERNAME }}/:latest + push: true + tags: ${{ secrets.DOCKERHUB_USERNAME }}/masto-rss-advanced:latest