Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SNAILSnft authored Feb 13, 2024
1 parent 9f2ce41 commit 8b364bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:

- name: Build and tag Docker image
run: |
docker build --build-arg token=${{ secrets.Discord_Token}} -t ${{ secrets.DOCKER_HUB_USERNAME }}/Dail.:latest .
docker build --build-arg token=${{ secrets.Discord_Token}} -t ${{ secrets.DOCKER_HUB_USERNAME }}/dail:latest .
- name: Push Docker image
run: docker push ${{ secrets.DOCKER_HUB_USERNAME }}/Dail.:latest
run: docker push ${{ secrets.DOCKER_HUB_USERNAME }}/dail:latest

- name: Update image metadata
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_HUB_USERNAME }}/Dail.:latest
images: ${{ secrets.DOCKER_HUB_USERNAME }}/dail:latest
tags: |
type=sha
labels: |
org.opencontainers.image.title=chatty
org.opencontainers.image.description=Dail. bot
org.opencontainers.image.description=dail bot
org.opencontainers.image.url=https://github.com/${{github.repository}}
org.opencontainers.image.revision=${{github.sha}}
org.opencontainers.image.licenses=MIT

0 comments on commit 8b364bc

Please sign in to comment.