Skip to content

Commit

Permalink
Only require major version, such that updates are automatically fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
sebwolf-de committed Nov 11, 2022
1 parent e4d8eb9 commit b8db5b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-and-deploy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log into dockerhub
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD}}
- name: Extract metadata for Docker
id: meta
uses: docker/metadata-action@v4.0.1
uses: docker/metadata-action@v4
with:
images: seissol/training
- name: Build and push Docker image
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down

0 comments on commit b8db5b5

Please sign in to comment.