Skip to content

Commit

Permalink
ci:revert
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Sep 20, 2023
1 parent 006ad58 commit eaca3df
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,8 @@ jobs:
# uses: jlumbroso/free-disk-space@main
# with:
# tool-cache: false
- name: Build and push Docker image
- name: "Build and Publish Container to Github Container Registry"
if: ${{ steps.release.outputs.version != '' }}
uses: docker/build-push-action@v5
with:
context: .
push: true
labels: ${{ steps.release.outputs.version }}
tags: ${{ steps.release.outputs.version }}

# - name: "Build and Publish Container to Github Container Registry"
# if: ${{ steps.release.outputs.version != '' }}
# run: |
# docker build -t ghcr.io/db0/pictrs-safety:${{ steps.release.outputs.version }} .
# docker push ghcr.io/db0/pictrs-safety:${{ steps.release.outputs.version }}
# docker push ghcr.io/db0/pictrs-safety:latest
run: |
docker build -t ghcr.io/db0/pictrs-safety:${{ steps.release.outputs.version }} .
docker push ghcr.io/db0/pictrs-safety:${{ steps.release.outputs.version }}

0 comments on commit eaca3df

Please sign in to comment.