diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 115cf71..e7ef545 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -12,9 +12,9 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@master - - name: build - id: build - uses: docker/build-action@v1 + - uses: jerray/publish-docker-action@master with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} repository: whiteduck/azure-arm-action - tags: latest \ No newline at end of file + auto_tag: true \ No newline at end of file