Skip to content

Commit 3597d43

Browse files
committed
Fix syntax in GitHub Actions workflow for Docker image build and push
1 parent 12f3070 commit 3597d43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
3131

3232
- name: Build Docker Image
33-
use:s: docker/build-push-action@v6
33+
uses: docker/build-push-action@v6
3434
with:
3535
context: ./Groot2/docker
3636
load: true
3737
push: false
38-
tags: ${{ sets.meta.outputs.tags }}
38+
tags: ${{ steps.meta.outputs.tags }}
3939

4040
- name: Push Docker Image
4141
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)