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 de499f8 commit cc22e5aCopy full SHA for cc22e5a
.github/workflows/docker.yml
@@ -11,18 +11,14 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Login to Docker Hub
14
- - uses: docker/login-action@v3
15
- - with:
+ uses: docker/login-action@v3
+ with:
16
username: ${{ secrets.DOCKERHUB_USERNAME }}
17
password: ${{ secrets.DOCKERHUB_TOKEN }}
18
19
- name: Set up Docker Buildx
20
- - uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v3
21
22
- - uses: actions/checkout@v4
23
- - name: Build the Docker image
24
- run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
25
-
26
- name: Build and push
27
uses: docker/build-push-action@v6
28
with:
0 commit comments