Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite3 authored Oct 6, 2023
1 parent 555312d commit 49b89e0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@ jobs:
if: github.ref_name == 'develop'
runs-on: ubuntu-latest
steps:
- uses: act10ns/slack@v1
if: always()
with:
status: Building
channel: '#github'

- uses: actions/checkout@v3

- name: Log into GitHub Container Registry
run: echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin

Expand All @@ -38,13 +31,7 @@ jobs:
if: github.ref_name == 'main'
runs-on: ubuntu-latest
steps:
- uses: act10ns/slack@v1
with:
status: Pushing image
channel: '#github'
if: always()
- uses: actions/checkout@v3

- name: Log into GitHub Container Registry
run: echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin

Expand Down Expand Up @@ -72,9 +59,3 @@ jobs:
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
- uses: act10ns/slack@v1
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#github'
if: always()

0 comments on commit 49b89e0

Please sign in to comment.