Skip to content

Commit 2829599

Browse files
authored
Update docr.yml
1 parent 5866bfa commit 2829599

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docr.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
matrix:
2424
include:
2525
- dockerfile: ./Dockerfile
26-
image: registry.digitalocean.com/raniagus/java_docker_tutorial_web
26+
tag: web
2727
- dockerfile: ./cron.Dockerfile
28-
image: registry.digitalocean.com/raniagus/java_docker_tutorial_cron
28+
tag: cron
2929
permissions:
3030
contents: read
3131
packages: write
@@ -45,7 +45,8 @@ jobs:
4545
id: meta
4646
uses: docker/metadata-action@v5
4747
with:
48-
images: ${{ matrix.image }}
48+
images: registry.digitalocean.com/raniagus/java_docker_tutorial
49+
tags: ${{ matrix.tag }}
4950

5051
- name: Build and push Docker image
5152
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)