From 9d9f4c5217f479ad496c951d5ae832b14592e523 Mon Sep 17 00:00:00 2001 From: Maxim Date: Fri, 4 Oct 2024 21:26:56 +0300 Subject: [PATCH] Update image tag from dev to latest --- .github/workflows/purge-images.yml | 2 +- .github/workflows/push-github.yml | 2 +- .github/workflows/rest-api-tests-with-docker-image.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/purge-images.yml b/.github/workflows/purge-images.yml index de08d45..688cb7b 100644 --- a/.github/workflows/purge-images.yml +++ b/.github/workflows/purge-images.yml @@ -20,6 +20,6 @@ jobs: account-type: org org-name: veraPDF keep-at-least: 1 - skip-tags: dev, arlington + skip-tags: latest, arlington untagged-only: false token: ${{ secrets.PAT }} diff --git a/.github/workflows/push-github.yml b/.github/workflows/push-github.yml index 6c36661..6e6d706 100644 --- a/.github/workflows/push-github.yml +++ b/.github/workflows/push-github.yml @@ -37,7 +37,7 @@ jobs: push: true file: Dockerfile build-args: GH_CHECKOUT=integration - tags: ghcr.io/verapdf/rest:dev + tags: ghcr.io/verapdf/rest:latest labels: ${{ steps.meta.outputs.labels }} test: diff --git a/.github/workflows/rest-api-tests-with-docker-image.yml b/.github/workflows/rest-api-tests-with-docker-image.yml index 1d1822d..ee8ebce 100644 --- a/.github/workflows/rest-api-tests-with-docker-image.yml +++ b/.github/workflows/rest-api-tests-with-docker-image.yml @@ -1,4 +1,4 @@ -name: Rest-api tests - ghcr.io/verapdf/rest:dev +name: Rest-api tests - ghcr.io/verapdf/rest:latest on: schedule: @@ -13,7 +13,7 @@ jobs: container: ubuntu services: verarest: - image: ghcr.io/verapdf/rest:dev + image: ghcr.io/verapdf/rest:latest ports: - 8080:8080 steps: