Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from MikeMcC399/fix/actions
Browse files Browse the repository at this point in the history
Update actions/checkout to v3
  • Loading branch information
dreske authored Nov 14, 2022
2 parents 43dfb7b + 1ca1401 commit 88d93f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag cwa-map-public-frontend:$(date +%s)

0 comments on commit 88d93f6

Please sign in to comment.