Skip to content

Commit cae451d

Browse files
committed
pull newest image before build
1 parent aa8b9ec commit cae451d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/buildAndRelease.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
env:
4949
VERSION: ${{ steps.releases.outputs.target }}
5050
run: |
51+
docker pull docker.io/fedora:latest
5152
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 .
5253
docker tag ghcr.io/${{ github.repository_owner }}/$NAME:$VERSION ghcr.io/${{ github.repository_owner }}/$NAME:latest
5354

0 commit comments

Comments
 (0)