Skip to content

Commit c486a2d

Browse files
committed
fix
1 parent d6b0b1d commit c486a2d

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
id: meta
7373
uses: docker/metadata-action@v5
7474
with:
75-
images: local/my-application
75+
images: test-app
7676
tags: |
7777
type=ref,event=branch
7878
type=sha,prefix=
@@ -95,7 +95,7 @@ jobs:
9595
- name: Build image
9696
uses: docker/build-push-action@v5
9797
with:
98-
context: .
98+
context: test-app
9999
push: false
100100
load: true # Load image into local Docker daemon
101101
tags: ${{ steps.meta.outputs.tags }}

Dockerfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)