Skip to content

Commit 1bbba7d

Browse files
committed
ci improvements
1 parent 21e9b65 commit 1bbba7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
username: ${{ github.actor }} # using the github.actor context
224224
password: ${{ secrets.GITHUB_TOKEN }} # using the GITHUB_TOKEN secret
225225
- name: Build and push Docker image
226-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
226+
uses: docker/build-push-action@v4 # using the docker build and push action from the github marketplace - github.com/marketplace/actions/build-and-push-docker-images
227227
with:
228228
context: . # using the current directory as the context
229229
push: true # push the docker image to the registry

0 commit comments

Comments
 (0)