fix: add the latest tag for the CLI docker image (#2087)

Co-authored-by: Oleksandr Savchenko <oleksandr.savchenko@nordsec.com>
This commit is contained in:
Oleksandr Savchenko 2022-07-25 17:22:37 +03:00 committed by GitHub
parent 491ac6b9d0
commit 80ecd0f197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,11 +38,11 @@ jobs:
echo ::set-output name=tags::${TAGS}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Push to GitHub Packages
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: ./cli
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
tags: ${{ steps.prep.outputs.tags }},latest
dockerhub:
name: Publish redoc image to DockerHub
runs-on: ubuntu-latest
@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
file: ./config/docker/Dockerfile