We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a273f1 commit 76f1444Copy full SHA for 76f1444
.github/workflows/build-and-push.yml
@@ -40,10 +40,10 @@ jobs:
40
41
- name: Build the Docker image using docker-compose
42
run: |
43
- docker-compose -f docker-compose.yaml build
+ docker compose -f docker-compose.yaml build
44
- name: Push the Docker image to GitHub Container Registry
45
46
- docker-compose -f docker-compose.yaml push on_demand
+ docker compose -f docker-compose.yaml push on_demand
47
- name: Verify the image
48
49
- docker pull ${{ env.REGISTRY }}/${{ env.REPO_NAME_LOWER }}/${{ env.IMAGE_NAME }}:latest
+ docker pull ${{ env.REGISTRY }}/${{ env.REPO_NAME_LOWER }}/${{ env.IMAGE_NAME }}:latest
0 commit comments