Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons authored Aug 20, 2024
1 parent 85941e1 commit df1cccd
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 df1cccd

Please sign in to comment.