Skip to content

Commit 8994081

Browse files
author
Larry
committed
2 parents 736297d + 0c5e67e commit 8994081

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ jobs:
1212
- name: Get branch name
1313
id: branch-name
1414
uses: tj-actions/branch-names@v7.0.7
15+
16+
- name: List files
17+
run: ls -la
18+
1519
- name: Login
1620
env:
1721
DOCKER_USER: ${{secrets.DOCKER_USER}}
1822
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
1923
run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
24+
2025
- name: Build the Docker image
2126
run: docker build . -f ./DiscordPlayerCountBot/Dockerfile -t specker/discordplayercountbot:${{ steps.branch-name.outputs.current_branch }}
27+
2228
- name: Push
2329
run: docker push ${{secrets.DOCKER_USER}}/discordplayercountbot:${{ steps.branch-name.outputs.current_branch }}

0 commit comments

Comments
 (0)