Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellermister authored Nov 14, 2023
1 parent b42a903 commit 7c2a7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
id: compile
run: |
docker build . --file Dockerfile --tag ${{ env.RELEASE_IMAGE_TAG }}
echo "status=success" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7c2a7a4

Please sign in to comment.