Skip to content

Commit

Permalink
Merge pull request #20 from jschilperoord/feature/fix-docker-push
Browse files Browse the repository at this point in the history
fix: Docker push should prefix the tag for the lambda image
  • Loading branch information
akorbarsbp authored Aug 1, 2024
2 parents 30daa71 + 463d8f8 commit b773d97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}-lambda
type=ref,event=branch,suffix=lambda
type=semver,pattern={{version}}
# Build and push Docker image with Buildx (don't push on PR)
# Also make use of Github Actions cache to speed up pipeline runs
# https://github.com/docker/build-push-action
Expand Down
2 changes: 1 addition & 1 deletion awsenergylabeler-lambda/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
awsenergylabelercli==3.2.6
awsenergylabelercli==3.2.6
2 changes: 1 addition & 1 deletion awsenergylabeler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
awsenergylabelercli==3.2.6
awsenergylabelercli==3.2.6

0 comments on commit b773d97

Please sign in to comment.