Browse Source

Update docker-update.yml

Conform to the new interface of docker build and push action
Mark Szepieniec 3 năm trước cách đây
mục cha
commit
154fd4937b
1 tập tin đã thay đổi với 2 bổ sung8 xóa
  1. 2 8
      .github/workflows/docker-update.yml

+ 2 - 8
.github/workflows/docker-update.yml

@@ -25,15 +25,9 @@ jobs:
       packages: write
       contents: read
     steps:
-      # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-      - name: Check out the repo
-        uses: actions/checkout@v2
       - name: Build and push Docker images to Github Packages
         uses: docker/build-push-action@v2.4.0
         with:
           file: .docker/resume.dockerfile
-          username: ${{ github.actor }}
-          password: ${{ secrets.GITHUB_TOKEN }}
-          registry: docker.pkg.github.com
-          repository: mszep/pandoc_resume/resume_builder
-          tag_with_ref: true
+          tag: pandoc_resume/resume_builder:latest
+          push: true