Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
StiviiK committed Apr 30, 2020
1 parent 905beaa commit 9a882f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
auto_tag: true

0 comments on commit 9a882f6

Please sign in to comment.