Skip to content

Commit

Permalink
fix: update DEPENDENCIES, entrypoint syntax and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed Jan 19, 2024
1 parent e175748 commit f325837
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 141 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# Create SemVer or ref tags dependent of trigger event
- name: Docker Meta Conforming
id: meta-conf
uses: docker/metadata-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.1.5
with:
images: |
${{ steps.set-docker-repo.outputs.REPO }}/conforming-agent
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
# Create SemVer or ref tags dependent of trigger event
- name: Docker Meta Remoting
id: meta-remote
uses: docker/metadata-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.1.5
with:
images: |
${{ steps.set-docker-repo.outputs.REPO }}/remoting-agent
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
# Create SemVer or ref tags dependent of trigger event
- name: Docker Meta Provisioning
id: meta-prov
uses: docker/metadata-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.1.5
with:
images: |
${{ steps.set-docker-repo.outputs.REPO }}/provisioning-agent
Expand Down
Loading

0 comments on commit f325837

Please sign in to comment.