Skip to content

Commit

Permalink
chore(deps): updated docker/build-push-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 committed Jul 4, 2024
1 parent 53f423a commit f594056
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ name: "Publish Digital Product Pass Verification Simple Wallet Docker Image"

on:
push:
branches: [ "main", "develop" ]
branches: [ "main", "dependabot/github_actions/main/docker/build-push-action-6" ]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push frontend
id: build-and-push-dpp-wallet-dockerhub
uses: docker/build-push-action@v6
uses: docker/build-push-action@1a16264

Check notice

Code scanning / KICS

Unpinned Actions Full Length Commit SHA Note

Action is not pinned to a full length commit SHA.
with:
context: dpp-verification/simple-wallet
push: true
Expand Down

0 comments on commit f594056

Please sign in to comment.