Skip to content
Snippets Groups Projects
Commit 5bf8883d authored by Griefed's avatar Griefed :joystick:
Browse files

no message

parent c551ee82
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,11 @@ jobs: ...@@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Get branch name - name: Get branch name
id: branch-name id: branch-name
uses: tj-actions/branch-names@v5 uses: tj-actions/branch-names@v5
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v2.5.1 uses: actions/setup-node@v2.5.1
with: with:
...@@ -40,7 +40,7 @@ jobs: ...@@ -40,7 +40,7 @@ jobs:
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
username: griefed username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v1 uses: docker/login-action@v1
...@@ -59,8 +59,8 @@ jobs: ...@@ -59,8 +59,8 @@ jobs:
tags: | tags: |
ghcr.io/griefed/ltt-mapmaker:${{ steps.branch-name.outputs.current_branch }} ghcr.io/griefed/ltt-mapmaker:${{ steps.branch-name.outputs.current_branch }}
ghcr.io/griefed/ltt-mapmaker:${{ steps.branch-name.outputs.current_branch }}-${{ github.sha }} ghcr.io/griefed/ltt-mapmaker:${{ steps.branch-name.outputs.current_branch }}-${{ github.sha }}
griefed/ltt-mapmaker:${{ steps.branch-name.outputs.current_branch }} ${{ secrets.DOCKERHUB_USERNAME }}/ltt-mapmaker:${{ steps.branch-name.outputs.current_branch }}
griefed/ltt-mapmaker:${{ steps.branch-name.outputs.current_branch }}-${{ github.sha }} ${{ secrets.DOCKERHUB_USERNAME }}/ltt-mapmaker:${{ steps.branch-name.outputs.current_branch }}-${{ github.sha }}
electron: electron:
needs: test needs: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment