Skip to content

Commit

Permalink
testing 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Jun 12, 2024
1 parent 1502aed commit feabef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_push_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t ${{ env.IMAGE_NAME }} -f ./src/backend/Dockerfile .
docker build -t ${{ steps.meta.outputs.tags }} -f ./src/backend/Dockerfile .
- name: Tag Docker image
run: |
Expand Down

0 comments on commit feabef9

Please sign in to comment.