Skip to content

Commit

Permalink
Fix some warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
woblerr committed Oct 2, 2024
1 parent 580aa3d commit b063355
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Run end-to-end tests
env:
GITHUB_USER: ${{ github.actor }}
GITHUB_PKG: ${{ secrets.GUTHUB_CR_PAT }}
DOCKERHUB_USER: ${{ secrets.DOCKEHUB_USER }}
DOCKERHUB_PKG: ${{ secrets.DOCKEHUB_TOKEN }}
run: |
echo ${GITHUB_PKG} | docker login ghcr.io -u ${GITHUB_USER} --password-stdin
echo ${DOCKERHUB_PKG} | docker login -u ${DOCKERHUB_USER} --password-stdin
make test-e2e
- name: Build image and push master tag to ghcr.io and Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/conf/Dockerfile.s3_plugin
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ RUN apk add --no-cache --update build-base bash perl \
&& cd /tmp/gpbackup-s3-plugin \
&& make build

FROM gpbackman as gpbackman-plugins
FROM gpbackman AS gpbackman-plugins
COPY --from=s3_plugin-builder /go/bin/gpbackup_s3_plugin /home/gpbackman/gpbackup_s3_plugin
2 changes: 0 additions & 2 deletions e2e_tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
################################################################
# Prepare infra for some tests.
Expand Down

0 comments on commit b063355

Please sign in to comment.