Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jul 25, 2024
1 parent 2de4154 commit 015524b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and upload Docker
name: Build and upload Docker for Scout

on:
push:
Expand Down Expand Up @@ -44,13 +44,6 @@ jobs:
username: wildmeorg
password: ${{ secrets.WBIA_WILDMEBOT_DOCKER_HUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }}

- name: Push to Docker Hub (Latest)
if: ${{ github.event_name == 'push' }}
run: |
Expand Down

0 comments on commit 015524b

Please sign in to comment.