Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mysociety/data_common into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
ajparsons committed Aug 20, 2024
2 parents 6176e04 + df1cccd commit 9f02c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'true'

Expand All @@ -47,7 +47,7 @@ jobs:
- name: Build and push Docker image
run: |
docker-compose build app
docker compose build app
docker tag "$IMAGE_NAME" "$REGISTRY/$IMAGE_NAME"
for val in $TAGS; do
docker tag "$IMAGE_NAME" "$val"
Expand Down

0 comments on commit 9f02c52

Please sign in to comment.