Skip to content

Commit eee66f2

Browse files
[digitalocean] fixed the docker build
1 parent 73566fd commit eee66f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker_build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- name: Login to GitHub Container Registry
2121
run: |
2222
echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
23-
env:
24-
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}
2523
- name: Build and tag image
2624
run: |
2725
docker build --build-arg VUE_APP_TITLE=PolyBridge -t ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }}

0 commit comments

Comments
 (0)