Skip to content

Commit

Permalink
Renamed branch 'master' to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
robinelfrink committed Mar 28, 2024
1 parent 22c6dd0 commit 737c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
docker push $IMGPATH:latest
else
IMGPATH=ghcr.io/${{ github.repository }}-unstable
[ "$VERSION" == "master" ] && VERSION=latest
[ "$VERSION" == "main" ] && VERSION=latest
docker build . -t $IMGPATH:$VERSION
docker push $IMGPATH:$VERSION
fi

0 comments on commit 737c8f2

Please sign in to comment.