diff --git a/.github/workflows/deck-oes.yml b/.github/workflows/deck-oes.yml index a4806f58746..a603c01c5e5 100644 --- a/.github/workflows/deck-oes.yml +++ b/.github/workflows/deck-oes.yml @@ -29,7 +29,7 @@ jobs: id: build_variables run: | echo ::set-output name=REPO::ubi8-deck-cve - echo ::set-output name=VERSION::"$(git rev-parse --short HEAD)-$(date --utc +'%Y%m%d%H%M')" + echo ::set-output name=VERSION::"1.30.1$(date --utc +'%Y%m%d%H%M')" - name: Login to Quay uses: docker/login-action@v1 # use service account flow defined at: https://github.com/docker/login-action#service-account-based-authentication-1