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 d44e3c1 commit 15de182Copy full SHA for 15de182
2 files changed
.github/workflows/docker-image.yml
@@ -13,6 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
17
- name: Build the Docker image
18
run: docker build . --file Dockerfile --tag t1il/devcord-devmarkt:$(date +%s)
.github/workflows/docker.yml
@@ -21,7 +21,7 @@ jobs:
21
running-workflow-name: 'PHP Verify'
22
repo-token: ${{ secrets.GITHUB_TOKEN }}
23
allowed-conclusions: success
24
25
- name: Build Image
26
run: docker build . -t ghcr.io/${{ github.repository }}:${{ github.sha }}
27
- name: Login to Registry
0 commit comments