Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frauhottelmann authored May 28, 2022
1 parent b76c4a3 commit 3f9a20a
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 @@ -31,7 +31,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Docker meta
id: 89a0a8c3-b3fc-4da3-8667-77d837cfa1ef # you'll use this in the next step
id: openvpn # you'll use this in the next step
uses: docker/metadata-action@v3
with:
# list of Docker images to use as base name for tags
Expand All @@ -50,5 +50,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm/v7, linux/arm/v6, linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.89a0a8c3-b3fc-4da3-8667-77d837cfa1ef.outputs.tags }}
labels: ${{ steps.89a0a8c3-b3fc-4da3-8667-77d837cfa1ef.outputs.labels }}
tags: ${{ steps.openvpn.outputs.tags }}
labels: ${{ steps.openvpn.outputs.labels }}

0 comments on commit 3f9a20a

Please sign in to comment.