Skip to content

Commit

Permalink
Bump docker-hash-prefixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rade333 committed Aug 13, 2024
1 parent 03ab87b commit fc3edb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions orb/commands/@drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ drupal-docker-build:
dockerfile: silta/php.Dockerfile
path: "."
identifier: php
docker-hash-prefix: v6
docker-hash-prefix: v7
background: <<parameters.background>>

- build-docker-image:
dockerfile: silta/shell.Dockerfile
path: "."
identifier: shell
docker-hash-prefix: v6
docker-hash-prefix: v7
background: <<parameters.background>>

- run:
Expand Down
2 changes: 1 addition & 1 deletion orb/jobs/@frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ frontend-build-deploy:
dockerfile: 'silta/node.Dockerfile'
path: '.'
identifier: 'node'
docker-hash-prefix: v4
docker-hash-prefix: v5
release-suffix:
description: "Release name suffix."
type: string
Expand Down

0 comments on commit fc3edb3

Please sign in to comment.