Skip to content

Commit

Permalink
use version for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 14, 2021
1 parent 933f0cc commit 5e97f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:latest
tags: ghcr.io/${{ github.repository }}:${{ steps.set_git_vars.outputs.GIT_TAG }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
env_file: .env
environment:
- ELASTIC_PASSWORD=changeme
image: datacite/lupo
image: ghcr.io/datacite/lupo
ports:
- "8065:80"
- "2265:22"
Expand Down

0 comments on commit 5e97f68

Please sign in to comment.