Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 1c671c7

Browse files
Merge pull request #100 from thefringeninja/pushy
Docker Push from Actions
2 parents e1ff251 + 8260428 commit 1c671c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ jobs:
4242
CONTAINER_RUNTIME: ${{ matrix.env.container-runtime }}
4343
RUNTIME: ${{ matrix.env.runtime }}
4444
- name: Docker Login
45-
uses: actions/docker/login@master
45+
uses: actions/docker/login@fe7ed3c
4646
if: github.event_name == 'push'
4747
env:
4848
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
4949
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
5050
- name: Docker Push
51+
uses: actions/docker/cli@fe7ed3c
5152
if: github.event_name == 'push'
52-
run: docker push sqlstreamstore/server
53+
with:
54+
args: push sqlstreamstore/server

0 commit comments

Comments
 (0)