76
76
run : python -m build
77
77
78
78
- name : Publish package
79
- uses : pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
79
+ uses : pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6
80
80
with :
81
81
print-hash : true
82
82
@@ -92,21 +92,21 @@ jobs:
92
92
- uses : actions/checkout@v3
93
93
94
94
- name : Log in to Docker Hub
95
- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
95
+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
96
96
with :
97
97
username : ${{ secrets.DOCKER_HUB_USERNAME }}
98
98
password : ${{ secrets.DOCKER_HUB_TOKEN }}
99
99
100
100
- name : Log in to GitHub Container Registry
101
- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
101
+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
102
102
with :
103
103
registry : ghcr.io
104
104
username : ${{ github.actor }}
105
105
password : ${{ secrets.GITHUB_TOKEN }}
106
106
107
107
- name : Extract metadata (tags, labels) for Docker
108
108
id : meta
109
- uses : docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e # v4.4 .0
109
+ uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6 .0
110
110
with :
111
111
images : |
112
112
powerapi/powerapi
@@ -115,7 +115,7 @@ jobs:
115
115
type=pep440,pattern={{version}}
116
116
117
117
- name : Build and push Docker image
118
- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
118
+ uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
119
119
with :
120
120
context : .
121
121
push : true
0 commit comments