mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2026-06-04 02:29:09 -06:00
ci: update Docker image workflow
changed secrete to vars for DOCKER_USERNAME
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
if: github.event_name == 'push'
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Build the Docker image
|
||||
id: build-image
|
||||
|
||||
Reference in New Issue
Block a user