Added Tag Checkout

This commit is contained in:
DerDavidBohl
2025-10-06 18:58:47 +02:00
parent a132d02b3b
commit 16651bdf9e

View File

@@ -33,6 +33,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5
if: ${{ !github.event.client_payload.tag }}
- name: Checkout repository (Tag)
uses: actions/checkout@v5
if: github.event.client_payload.tag
with:
ref: ${{ github.event.client_payload.tag }}
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
- name: Log in to the Container registry
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef