Skip to content

Commit

Permalink
Update image tag from dev to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Oct 4, 2024
1 parent 93de024 commit 9d9f4c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/purge-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/push-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rest-api-tests-with-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rest-api tests - ghcr.io/verapdf/rest:dev
name: Rest-api tests - ghcr.io/verapdf/rest:latest

on:
schedule:
Expand All @@ -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:
Expand Down

0 comments on commit 9d9f4c5

Please sign in to comment.