Skip to content

Commit

Permalink
Push to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
pashutk authored Jun 5, 2024
1 parent 62ec550 commit aefc413
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Push to Docker registry
uses: docker/build-push-action@v1
uses: docker/build-push-action@v5
with:
registry: docker.atndr.net
repository: atndr.net/atndr.net
username: ${{ secrets.ATNDR_DOCKER_USERNAME }}
password: ${{ secrets.ATNDR_DOCKER_PASSWORD }}
tag_with_ref: true
tag_with_sha: true
push: true
tags: pashutk/atndr:latest

0 comments on commit aefc413

Please sign in to comment.