Skip to content

Commit

Permalink
ci: update Docker image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Aug 31, 2024
1 parent a0fd730 commit f30082f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
uses: docker/build-push-action@v5
with:
context: Payload_Type/thanatos
file: Payload_Type/thanatos/.docker/Dockerfile
tags: testing
push: false
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: Payload_Type/thanatos
file: Payload_Type/thanatos/.docker/Dockerfile
tags: ${{ env.CONTAINER_IMAGE_URL }}
push: true
labels: |
Expand Down

0 comments on commit f30082f

Please sign in to comment.