Skip to content

Commit e797c95

Browse files
authored
Dependency updates (alexjustesen#79)
1 parent 992d805 commit e797c95

File tree

2 files changed

+62
-63
lines changed

2 files changed

+62
-63
lines changed

.github/workflows/publish-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ jobs:
3131
uses: actions/checkout@v3
3232

3333
- name: Log in to the Container registry
34-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
34+
uses: docker/login-action@v2
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.actor }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Extract metadata (tags, labels) for Docker
4141
id: meta
42-
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
42+
uses: docker/metadata-action@v4
4343
with:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545

4646
- name: Build and push Docker image
47-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
47+
uses: docker/build-push-action@v3
4848
with:
4949
context: .
5050
push: true

composer.lock

Lines changed: 59 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)