Skip to content

Commit 1782c85

Browse files
committed
update secrets and variables in github actions
1 parent d0f96b8 commit 1782c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
steps:
3838
- uses: docker/login-action@v3
3939
with:
40-
username: ${{ secrets.DOCKER_USERNAME }}
40+
username: ${{ github.DOCKER_USERNAME }}
4141
password: ${{ secrets.DOCKER_PASSWORD }}
4242
- name: Build and push Docker images
4343
uses: docker/build-push-action@v5
4444
with:
4545
context: .
4646
file: ./Dockerfile
4747
push: true
48-
tags: ${{ secrets.DOCKER_USERNAME }}/aws-integration:latest
48+
tags: ${{ github.DOCKER_USERNAME }}/aws-integration:latest

0 commit comments

Comments
 (0)