Skip to content

Commit

Permalink
Action syntax fix 2
Browse files Browse the repository at this point in the history
Sorry for doing this on master. Never again!
  • Loading branch information
J4NS-R authored Jan 27, 2021
1 parent 938d1c8 commit d78b39a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
tags:
- ${{ secrets.DOCKER_HUB_PATH }}:latest
- ${{ secrets.DOCKER_HUB_PATH }}:stable
tags: |
${{ secrets.DOCKER_HUB_PATH }}:latest
${{ secrets.DOCKER_HUB_PATH }}:stable

0 comments on commit d78b39a

Please sign in to comment.