Browse Source

updated tag format

pull/709/head
Dan Ditomaso 1 year ago
parent
commit
2e6989038c
  1. 2
      .github/workflows/nightly.yml

2
.github/workflows/nightly.yml

@ -73,7 +73,7 @@ jobs:
containerfiles: | containerfiles: |
./infra/Containerfile ./infra/Containerfile
image: ${{ github.event.repository.full_name }} image: ${{ github.event.repository.full_name }}
tags: nightly-${{ steps.get_release.outputs.tag }}-${{ github.sha }} tags: nightly:${{ steps.get_release.outputs.tag }}:${{ github.sha }}
oci: true oci: true

Loading…
Cancel
Save