Skip to content

Commit

Permalink
ci: push to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
sacha-c committed Dec 4, 2024
1 parent 6addde5 commit 64a179e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,16 @@ jobs:
with:
generate_release_notes: true
token: "${{ secrets.GITHUB_TOKEN }}"
docker:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: elementsinteractive/sheriff:latest,elementsinteractive/sheriff:${GITHUB_REF##*/}

0 comments on commit 64a179e

Please sign in to comment.