Skip to content

Commit

Permalink
feat: new server move
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 authored Aug 5, 2024
1 parent 0aa13d9 commit c2c7872
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
registry: containers.srizan.dev
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: containers.srizan.dev/bask
images: srizan10/bask
tags: latest

- name: Build and push Docker image
Expand All @@ -50,5 +49,5 @@ jobs:
AUTH_HEADER: ${{ secrets.WHSERVER_TOKEN }}
run: |
curl -X POST \
-H "Authorization: Bearer $AUTH_HEADER" \
https://webhooks.srizan.dev/hooks/bask
-H "Authorization: $AUTH_HEADER" \
https://webhooks.srizan.dev/hooks/bask

0 comments on commit c2c7872

Please sign in to comment.