Skip to content

Commit

Permalink
use v2 tagged container image
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jul 5, 2022
1 parent 665b6c7 commit bab4d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mover-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: docker/[email protected]
with:
context: mover
tags: ghcr.io/beryju/korb-mover:latest
tags: ghcr.io/beryju/korb-mover:v2
push: ${{ github.ref == 'refs/heads/main' }}
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package config

var ContainerImage = "ghcr.io/beryju/korb-mover:latest"
var ContainerImage = "ghcr.io/beryju/korb-mover:v2"

0 comments on commit bab4d49

Please sign in to comment.