Skip to content

Commit

Permalink
Update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnou committed Feb 9, 2025
1 parent 29489c6 commit 5ccdd2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
context: .
push: true
tags: |
opengpa/opengpa:latest
opengpa/opengpa:${{ steps.get_version.outputs.VERSION }}
opengpa/server:latest
opengpa/server:${{ steps.get_version.outputs.VERSION }}
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=opengpa/opengpa:buildcache
cache-to: type=registry,ref=opengpa/opengpa:buildcache,mode=max
cache-from: type=registry,ref=opengpa/server:buildcache
cache-to: type=registry,ref=opengpa/server:buildcache,mode=max

0 comments on commit 5ccdd2b

Please sign in to comment.