Skip to content

Commit

Permalink
docker-image: Set a secret key
Browse files Browse the repository at this point in the history
Signed-off-by: Panchajanya1999 <[email protected]>
  • Loading branch information
Panchajanya1999 committed Mar 14, 2024
1 parent 58c7420 commit 782cb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -f Dockerfile . -t panchajanya1999/archlinux:latest && echo '86abc7fb-21f7-4d31-a622-baf52d49f41f' | docker login -u 'panchajanya1999' --password-stdin && docker push panchajanya1999/archlinux:latest
run: docker build -f Dockerfile . -t panchajanya1999/archlinux:latest && echo ${{ secrets.PASSWORD }} | docker login -u 'panchajanya1999' -p '${{ secrets.PASSWORD }}' && docker push panchajanya1999/archlinux:latest

0 comments on commit 782cb56

Please sign in to comment.