diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b322674..89f0555 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 }}