Update master_push.yml

This commit is contained in:
2024-09-23 23:39:41 +02:00
committed by GitHub
Unverified
parent f5bebd7382
commit 6dfbe5f2d6

View File

@@ -29,3 +29,9 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}