We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b112e48 commit d910b29Copy full SHA for d910b29
.github/workflows/cicd.yml
@@ -62,7 +62,7 @@ jobs:
62
run: "IMG=ghcr.io/srl-labs/srl-controller:$GITHUB_REF_NAME make only-docker-build"
63
64
- name: Login to GitHub Container Registry
65
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
66
with:
67
registry: ghcr.io
68
username: ${{ github.actor }}
@@ -75,6 +75,6 @@ jobs:
75
docker push ghcr.io/srl-labs/srl-controller:latest
76
77
- name: Create GH release
78
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
79
80
generate_release_notes: true
0 commit comments