We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb754f5 commit 20e5700Copy full SHA for 20e5700
.github/workflows/release-image.yaml
@@ -33,8 +33,8 @@ jobs:
33
with:
34
push: true
35
tags: |
36
- ghcr.io/base2services/awsenv:latest
37
- ghcr.io/base2services/awsenv:${{ github.event.release.tag_name }}
+ ghcr.io/base2services/aws-env:latest
+ ghcr.io/base2services/aws-env:${{ github.event.release.tag_name }}
38
labels: |
39
runnumber=${GITHUB_RUN_ID}
40
org.opencontainers.image.source=https://github.com/base2Services/aws-env
0 commit comments