Skip to content

Commit

Permalink
feat: ci docker
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Oct 19, 2023
1 parent e4af8d0 commit 17c3ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci-docker-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
uses: actions/checkout@v4

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

- name: Build and push Docker image
uses: docker/build-push-action
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ci/docker/linux/Dockerfile
Expand Down

0 comments on commit 17c3ec3

Please sign in to comment.