Skip to content

Commit 08885bc

Browse files
committed
fix bionic package naming
1 parent 720ab5d commit 08885bc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,16 @@ jobs:
221221
with:
222222
image: "screamshotter_ci:latest"
223223
- name: Attach debian packages as release binaries
224-
uses: skx/github-action-publish-binaries@release-1.3
224+
uses: skx/github-action-publish-binaries@master
225225
env:
226226
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
227227
with:
228228
args: '*.deb'
229-
- name: Login to docker registry
230-
run: |
231-
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin
229+
- name: Login to Docker Hub
230+
uses: docker/login-action@v1
231+
with:
232+
username: ${{ secrets.DOCKER_USER }}
233+
password: ${{ secrets.DOCKER_PASSWORD }}
232234
- name: Publish docker image
233235
run: |
234236
docker tag screamshotter_ci:latest makinacorpus/screamshotter:v2

0 commit comments

Comments
 (0)