mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-01-01 16:31:32 -06:00
Added Tag Checkout
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user