Skip to content

Commit

Permalink
alter container image name to match repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Feb 17, 2022
1 parent cb754f5 commit 20e5700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
push: true
tags: |
ghcr.io/base2services/awsenv:latest
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 }}
labels: |
runnumber=${GITHUB_RUN_ID}
org.opencontainers.image.source=https://github.com/base2Services/aws-env
Expand Down

0 comments on commit 20e5700

Please sign in to comment.