Skip to content

Commit

Permalink
Update tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Jan 13, 2025
1 parent 5939e82 commit a276de4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
working_directory: ~/figgy
docker:
- image: ghcr.io/pulibrary/figgy:sha-431d7e1
- image: ghcr.io/pulibrary/figgy:pr-6563
environment:
RAILS_ENV: test
FIGGY_DB_HOST: localhost
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
test:
working_directory: ~/figgy
docker:
- image: ghcr.io/pulibrary/figgy:sha-431d7e1
- image: ghcr.io/pulibrary/figgy:pr-6563
environment:
RAILS_ENV: test
FIGGY_DB_HOST: localhost
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
coverage_report:
working_directory: ~/figgy
docker:
- image: ghcr.io/pulibrary/figgy:sha-431d7e1
- image: ghcr.io/pulibrary/figgy:pr-6563
resource_class: large
steps:
- attach_workspace:
Expand All @@ -157,7 +157,7 @@ jobs:
rubocop:
working_directory: ~/figgy
docker:
- image: ghcr.io/pulibrary/figgy:sha-431d7e1
- image: ghcr.io/pulibrary/figgy:pr-6563
environment:
RAILS_ENV: test
FIGGY_DB_HOST: localhost
Expand Down

0 comments on commit a276de4

Please sign in to comment.