We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6ec0b commit 4334240Copy full SHA for 4334240
.github/workflows/publish-devcontainer.yml
@@ -1,5 +1,5 @@
1
#
2
-name: Create and publish a Docker image
+name: Publish devcontainer docker image
3
4
# Configures this workflow to run every time a change is pushed to the branch called `release`.
5
on:
@@ -47,6 +47,7 @@ jobs:
47
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
48
with:
49
context: .
50
+ file: .devcontainer/docker/Dockerfile
51
push: true
52
tags: ${{ steps.meta.outputs.tags }}
53
labels: ${{ steps.meta.outputs.labels }}
0 commit comments