Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcelo Silva
drupal9-docker-app
Commits
23ad4cd7
Unverified
Commit
23ad4cd7
authored
Dec 17, 2021
by
Marcelo José Santos da Silva
Committed by
GitHub
Dec 17, 2021
Browse files
Create docker-image2.yml
parent
dec28de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/docker-image2.yml
0 → 100644
View file @
23ad4cd7
name
:
Docker Image CI
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Build the Docker image
run
:
docker build . --file Dockerfile --tag my-image-name:$(date +%s)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment