Skip to content

Commit

Permalink
chore: rename docker image correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Dec 20, 2021
1 parent ed3f5eb commit 4f51727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
BUILD_VERSION=${{ env.BUILD_VERSION }}
COMMIT_SHA=${{ github.sha }}
tags: |
ghcr.io/wirepact/k8s-basic-auth-translator:latest
ghcr.io/wirepact/k8s-basic-auth-translator:${{ github.sha }}
ghcr.io/wirepact/k8s-basic-auth-translator:${{ env.BUILD_VERSION }}
ghcr.io/wirepact/k8s-keycloak-oidc-translator:latest
ghcr.io/wirepact/k8s-keycloak-oidc-translator:${{ github.sha }}
ghcr.io/wirepact/k8s-keycloak-oidc-translator:${{ env.BUILD_VERSION }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 4f51727

Please sign in to comment.