Workflow Action for Docker Repo #2

Merged
kpohl merged 9 commits from refs/pull/2/head into main 2024-11-03 18:57:38 +01:00
Showing only changes of commit deba54773f - Show all commits

View File

@ -36,6 +36,12 @@ jobs:
[registry."${{ vars.DOCKER_REPO }}"]
http = true
insecure = true
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ${{ vars.DOCKER_REPO }}
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: https://github.com/docker/build-push-action@v6
with: