Skip to content

Commit 4334240

Browse files
committed
Update title and Dockerfile location
Signed-off-by: Aaron Wislang <[email protected]>
1 parent 4b6ec0b commit 4334240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-devcontainer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
name: Create and publish a Docker image
2+
name: Publish devcontainer docker image
33

44
# Configures this workflow to run every time a change is pushed to the branch called `release`.
55
on:
@@ -47,6 +47,7 @@ jobs:
4747
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
4848
with:
4949
context: .
50+
file: .devcontainer/docker/Dockerfile
5051
push: true
5152
tags: ${{ steps.meta.outputs.tags }}
5253
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)