Skip to content

Commit

Permalink
Log into DockerHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
hammingweight committed Apr 27, 2024
1 parent 90a366d commit 698a47d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on:

jobs:
build-job:
name: Build Job
name: 'Build Job'
runs-on: ubuntu-latest
steps:
- name: 'Start build job'
run: |
echo "Starting the build job."
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Log in to Docker Hub'
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKERHUB_NAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 698a47d

Please sign in to comment.