We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 504a9a8 + 9390847 commit d7e11deCopy full SHA for d7e11de
2 files changed
.github/workflows/actions.yml
@@ -50,6 +50,6 @@ jobs:
50
- name: Build with Maven
51
run: mvn clean install --file pom.xml
52
- name: Codecov
53
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
54
with:
55
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/deploy.yml
@@ -147,7 +147,7 @@ jobs:
147
148
- name: Set docker labels and tags
149
id: meta
150
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
151
152
images: ${{ matrix.image }}
153
flavor: |
@@ -160,7 +160,7 @@ jobs:
160
type=sha
161
162
- name: Build and push the ${{ matrix.app }} image
163
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
164
165
context: ${{ matrix.app }}
166
file: ${{ matrix.app }}/docker/Dockerfile
0 commit comments