Skip to content

Commit f7fcd52

Browse files
authored
chore(deps): bump the github-actions group with 4 updates (#91)
2 parents 6ccefe1 + 9e6e0d8 commit f7fcd52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€Ž.github/workflows/publish-container.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -114,25 +114,25 @@ jobs:
114114

115115
- name: πŸ— Setup Docker Buildx
116116
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
117-
uses: docker/setup-buildx-action@v3.1.0
117+
uses: docker/setup-buildx-action@v3.2.0
118118

119119
- name: πŸ— Cache Docker Layers
120120
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
121-
uses: actions/[email protected].1
121+
uses: actions/[email protected].2
122122
with:
123123
path: /tmp/.buildx-cache
124124
key: container/${{ matrix.path }}
125125

126126
- name: πŸ— Log into docker hub registry
127127
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }}
128-
uses: docker/login-action@v3.0.0
128+
uses: docker/login-action@v3.1.0
129129
with:
130130
username: ${{env.USER}}
131131
password: ${{secrets.DOCKER_HUB_TOKEN}}
132132

133133
- name: πŸ— Log into ghcr.io registry
134134
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }}
135-
uses: docker/login-action@v3.0.0
135+
uses: docker/login-action@v3.1.0
136136
with:
137137
registry: ghcr.io
138138
username: ${{env.USER}}
@@ -141,7 +141,7 @@ jobs:
141141
- name: πŸš€ Build and push container image
142142
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
143143
id: build_and_push
144-
uses: docker/build-push-action@v5.2.0
144+
uses: docker/build-push-action@v5.3.0
145145
with:
146146
context: ./${{matrix.path}}
147147
push: ${{github.event_name != 'pull_request'}}

0 commit comments

Comments
Β (0)