Skip to content

Commit 756c364

Browse files
Merge branch 'dev' of https://github.com/marianaferreira/betAS into dev
2 parents 54e6f03 + 990eabf commit 756c364

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Docker image
33
on:
44
push:
55
branches:
6-
- main
6+
- dev
77
release:
88
types: [published]
99

@@ -31,14 +31,14 @@ jobs:
3131
images: ${{ env.dockerhub-package }},ghcr.io/${{ github.repository }}
3232

3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@v1
34+
uses: docker/login-action@v2
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Login to DockerHub
41-
uses: docker/login-action@v1
41+
uses: docker/login-action@v2
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -50,3 +50,4 @@ jobs:
5050
push: true
5151
tags: ${{ steps.meta.outputs.tags }}
5252
labels: ${{ steps.meta.outputs.labels }}
53+

0 commit comments

Comments
 (0)