Skip to content

Commit dd07792

Browse files
authored
Change action to push image
1 parent b612e53 commit dd07792

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Build the Docker image
18-
run: docker build . --file debian-x64-root.Dockerfile --tag garrysmod:latest
1917

2018
- name: Log in to Docker Hub
2119
uses: docker/login-action@v1
@@ -28,3 +26,4 @@ jobs:
2826
with:
2927
push: true
3028
tags: ceifa/garrysmod:debian-x64-root
29+
file: debian-x64-root.Dockerfile

0 commit comments

Comments
 (0)