We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8b9ec commit cae451dCopy full SHA for cae451d
.github/workflows/buildAndRelease.yaml
@@ -48,6 +48,7 @@ jobs:
48
env:
49
VERSION: ${{ steps.releases.outputs.target }}
50
run: |
51
+ docker pull docker.io/fedora:latest
52
docker build --build-arg VERSION=$VERSION --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` -t ghcr.io/${{ github.repository_owner }}/$NAME:$VERSION .
53
docker tag ghcr.io/${{ github.repository_owner }}/$NAME:$VERSION ghcr.io/${{ github.repository_owner }}/$NAME:latest
54
0 commit comments