We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73566fd commit eee66f2Copy full SHA for eee66f2
.github/workflows/docker_build.yaml
@@ -20,8 +20,6 @@ jobs:
20
- name: Login to GitHub Container Registry
21
run: |
22
echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
23
- env:
24
- GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}
25
- name: Build and tag image
26
27
docker build --build-arg VUE_APP_TITLE=PolyBridge -t ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }}
0 commit comments