We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f96b8 commit 1782c85Copy full SHA for 1782c85
.github/workflows/main.yml
@@ -37,12 +37,12 @@ jobs:
37
steps:
38
- uses: docker/login-action@v3
39
with:
40
- username: ${{ secrets.DOCKER_USERNAME }}
+ username: ${{ github.DOCKER_USERNAME }}
41
password: ${{ secrets.DOCKER_PASSWORD }}
42
- name: Build and push Docker images
43
uses: docker/build-push-action@v5
44
45
context: .
46
file: ./Dockerfile
47
push: true
48
- tags: ${{ secrets.DOCKER_USERNAME }}/aws-integration:latest
+ tags: ${{ github.DOCKER_USERNAME }}/aws-integration:latest
0 commit comments